Skip to content

Instantly share code, notes, and snippets.

@strotter
Last active February 28, 2016 03:47
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 strotter/0631ccdc8103852e9e68 to your computer and use it in GitHub Desktop.
Save strotter/0631ccdc8103852e9e68 to your computer and use it in GitHub Desktop.
implicit tap
def method
[].tap do |array|
5.times { |x| array << x }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment