Skip to content

Instantly share code, notes, and snippets.

@douglogue
Created August 15, 2015 18:55
Show Gist options
  • Save douglogue/404428721cee211fcd0c to your computer and use it in GitHub Desktop.
Save douglogue/404428721cee211fcd0c to your computer and use it in GitHub Desktop.
def pizza(toppings)
my_statements = []
toppings.each do |topping|
my_statements << "I love #{topping} pizza!"
end
my_statements
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment