Skip to content

Instantly share code, notes, and snippets.

@jfirebaugh
Created January 21, 2011 22:01
Show Gist options
  • Save jfirebaugh/790511 to your computer and use it in GitHub Desktop.
Save jfirebaugh/790511 to your computer and use it in GitHub Desktop.
1.9.1-p378
instance method: Foo::X
singleton method: ::X
class_eval: Foo::X
instance_eval: Foo::X
1.9.2-p136
instance method: Foo::X
singleton method: Foo::X
class_eval: ::X
instance_eval: Foo::X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment