Skip to content

Instantly share code, notes, and snippets.

@Masa331
Created July 26, 2015 14:43
Show Gist options
  • Save Masa331/5ad7525544205ea5203a to your computer and use it in GitHub Desktop.
Save Masa331/5ad7525544205ea5203a to your computer and use it in GitHub Desktop.
enum = [1, 2, 3].each
enum.each do { |number| puts number }
# 1
# 2
# 3
# => [1, 2, 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment