Skip to content

Instantly share code, notes, and snippets.

@davidmiani
Created September 10, 2009 05:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidmiani/184330 to your computer and use it in GitHub Desktop.
Save davidmiani/184330 to your computer and use it in GitHub Desktop.
class Symbol
def to_proc
Proc.new { |obj, *args| obj.send(self, *args) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment