Created
September 27, 2008 19:49
-
-
Save ELLIOTTCABLE/13362 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p 'before' | |
class Foo | |
def self.method_added meth | |
p meth | |
end | |
def self.method_added meth | |
p [meth, 'whee'] | |
end | |
def foo | |
end | |
end | |
p 'after' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment