Created
December 26, 2018 16:29
-
-
Save zgfif/516d26c6d60cca642a65705efd84a6d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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