Skip to content

Instantly share code, notes, and snippets.

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 EmanuelCadems/6596f06a3a68e39c394c76bc8be97489 to your computer and use it in GitHub Desktop.
Save EmanuelCadems/6596f06a3a68e39c394c76bc8be97489 to your computer and use it in GitHub Desktop.
def foo(a, *b, **c)
[a, b, c]
end
puts foo(10, 123, 12, 4, 6, clave: 'hola', nueva: 'asdfads').inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment