Skip to content

Instantly share code, notes, and snippets.

@aleandros
Created October 11, 2016 16:44
Show Gist options
  • Select an option

  • Save aleandros/ab49f95411f555630a84ff8b953251ab to your computer and use it in GitHub Desktop.

Select an option

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