Skip to content

Instantly share code, notes, and snippets.

@kronos
Created March 20, 2010 21:15
Show Gist options
  • Save kronos/338913 to your computer and use it in GitHub Desktop.
Save kronos/338913 to your computer and use it in GitHub Desktop.
irb(main):005:0> Object.not_a_method
NoMethodError: no method 'not_a_method' on Object (Class)
from Kernel(Class)#not_a_method (method_missing) at kernel/delta/kernel.rb:83
from (irb):5
irb(main):006:0> exit
kronos:rubinius kronos$ rvm use 1.8.7
Now using ruby 1.8.7 p248
kronos:rubinius kronos$ irb
irb(main):001:0> Object.not_a_method
NoMethodError: undefined method `not_a_method' for Object:Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment