Search Results

10
votes

Hidden features of Ruby

Download Ruby 1.9 source, and issue make golf, then you can do things like this: make golf ./goruby -e 'h' # => Hello, world! ./goruby -e 'p St' # => StandardEr …