Skip to content

Instantly share code, notes, and snippets.

@jpoz
Created January 21, 2010 01:38
Show Gist options
  • Select an option

  • Save jpoz/282497 to your computer and use it in GitHub Desktop.

Select an option

Save jpoz/282497 to your computer and use it in GitHub Desktop.
a_greeting = 'Well hello there'
puts a_greeting
complements = ['great','fantastic','awesome']
complements.each do |c|
puts "You are " + c
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment