Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created September 27, 2008 19:49
Show Gist options
  • Save ELLIOTTCABLE/13362 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/13362 to your computer and use it in GitHub Desktop.
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