Skip to content

Instantly share code, notes, and snippets.

@jeffreyiacono
Created January 14, 2013 01:37
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 jeffreyiacono/4527210 to your computer and use it in GitHub Desktop.
Save jeffreyiacono/4527210 to your computer and use it in GitHub Desktop.
fun with #to_proc
:**.to_proc.call(2,5)
# => 32, which is 2^5
:+.to_proc.call(2,5)
# => 7, which is 2 + 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment