Skip to content

Instantly share code, notes, and snippets.

@jphager2
Created July 13, 2016 14:03
Show Gist options
  • Save jphager2/061d0a1ac56f62f06f0ebb42ce13fafa to your computer and use it in GitHub Desktop.
Save jphager2/061d0a1ac56f62f06f0ebb42ce13fafa to your computer and use it in GitHub Desktop.
class Symbol
def to_proc
Proc.new { |*args| args.first.__send__(self, args.drop(1)) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment