Skip to content

Instantly share code, notes, and snippets.

@ellismarte
Last active June 27, 2016 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ellismarte/6f0ce0c37c96fc97c11ab9822e421326 to your computer and use it in GitHub Desktop.
Save ellismarte/6f0ce0c37c96fc97c11ab9822e421326 to your computer and use it in GitHub Desktop.
def shout(friend)
puts friend
end
[['fred'], ['mejd'], ['dez']].map(&:shout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment