Skip to content

Instantly share code, notes, and snippets.

@edward
Created July 14, 2009 01:51
Show Gist options
  • Save edward/146609 to your computer and use it in GitHub Desktop.
Save edward/146609 to your computer and use it in GitHub Desktop.
a = [
def f(a)
puts a
end,
f(1)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment