Skip to content

Instantly share code, notes, and snippets.

@tarcieri
Created September 12, 2008 08:04
Show Gist options
  • Select an option

  • Save tarcieri/10405 to your computer and use it in GitHub Desktop.

Select an option

Save tarcieri/10405 to your computer and use it in GitHub Desktop.
# Another Reia rebinding example, this time using pattern matching
module Foo
def bar(a, b)
(a, b) = (a + 1, b + 2)
b = b * 2
a + b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment