Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created July 26, 2012 15:15
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 workmad3/39b094df8fc3886bf89d to your computer and use it in GitHub Desktop.
Save workmad3/39b094df8fc3886bf89d to your computer and use it in GitHub Desktop.
def test(a,b)
puts a,b
end
@foo = [1,2]
test(*@foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment