Skip to content

Instantly share code, notes, and snippets.

@p5150j
Created November 6, 2012 18:53
Show Gist options
  • Save p5150j/4026695 to your computer and use it in GitHub Desktop.
Save p5150j/4026695 to your computer and use it in GitHub Desktop.
ruby puts vars
games = ["Super Mario Bros.", "Contra", "Metroid", "Mega Man 2"]
puts "Games in your vast collection: #{games.count}" unless games.empty?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment