This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Description
I listed the following candidates of methods/features to add to Goby:
- string interpolation
#{}
- formatted print (I guess we don't need to persist to C's
printf sprintf or like that)
Object#dup
Object#tap
Object#method
Marshal class and dump, load
Kernel#autoload and Kernel#autoload?
- safe navigation operator
&.
- a short hand
&: for calling one method like [1, 2, 3].map(&:to_s)
- (changing
Object#send to Object#__send__
- (freeze strings and integers as a default)
Anything else? @st0012