Skip to content

Instantly share code, notes, and snippets.

@sublimecoder
Created September 4, 2015 23:06
Show Gist options
  • Save sublimecoder/9c49da5ea0c19849c8cf to your computer and use it in GitHub Desktop.
Save sublimecoder/9c49da5ea0c19849c8cf to your computer and use it in GitHub Desktop.
def pizza(toppings)
toppings.map do |topping|
"I love #{topping} pizza!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment