Skip to content

Instantly share code, notes, and snippets.

@zgfif
Created December 26, 2018 16:29
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 zgfif/516d26c6d60cca642a65705efd84a6d9 to your computer and use it in GitHub Desktop.
Save zgfif/516d26c6d60cca642a65705efd84a6d9 to your computer and use it in GitHub Desktop.
def summarize *args
"#{args[0]} #{args[1]} #{args[2]}"
end
p summarize 1,2,3,4,5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment