Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created September 27, 2008 11:48
Show Gist options
  • Save ELLIOTTCABLE/13317 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/13317 to your computer and use it in GitHub Desktop.
It's not quite 1337 )-:
module_eval("
def #{meth} *args, &block
ores[meth].each do |umeth|
umeth.bind(self).call(*args) &block
end
end
")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment