Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created April 28, 2013 15:34
Show Gist options
  • Save marti1125/5477234 to your computer and use it in GitHub Desktop.
Save marti1125/5477234 to your computer and use it in GitHub Desktop.
splat ruby
def describe_favorites(*games)
games.each{|game| puts "Favorite Game: #{game}"}
end
describe_favorites('Mario', 'Contra', 'Metroid')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment