Skip to content

Instantly share code, notes, and snippets.

@aleandros
Created October 11, 2016 16:44
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 aleandros/ab49f95411f555630a84ff8b953251ab to your computer and use it in GitHub Desktop.
Save aleandros/ab49f95411f555630a84ff8b953251ab to your computer and use it in GitHub Desktop.
class Symbol
def to_proc
proc do |obj|
obj.send(self)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment