Thursday, April 15, 2010

Public Methods of Kernel on Ruby 1.9 and 1.8

The stable version of MRI 1.9.2 will be released soon. Let's compare the differences between the latest ruby and the legacy ruby.

Here this is the diff of the public methods of Kernel class on ruby 1.9.2dev and 1.8.7. I just used such command: ruby -ve 'puts Kernel.public_methods.sort'.