You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pick dup and tap.
As for Object#method, are we going to add Method#call or #source_location as well? So it will be more helpful.
(I remember Matz said that he regret adding autoload, are we sure about adding that 😆)
I listed the following candidates of methods/features to add to Goby:
#{}
printf
sprintf
or like that)Object#dup
Object#tap
Object#method
Marshal
class anddump
,load
Kernel#autoload
andKernel#autoload?
&.
&:
for calling one method like[1, 2, 3].map(&:to_s)
Object#send
toObject#__send__
Anything else? @st0012
The text was updated successfully, but these errors were encountered: