Skip to content

Instantly share code, notes, and snippets.

@hukl
Created October 12, 2010 15:03
Show Gist options
  • Save hukl/622321 to your computer and use it in GitHub Desktop.
Save hukl/622321 to your computer and use it in GitHub Desktop.
def foo a
puts "hey" + a
end
["1","2","3"].each(&method(:foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment