Created
September 23, 2016 21:35
-
-
Save AlexWheeler/6aea1293a59b74d2472b59a6e565ac08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def m | |
| enum = [1,2,3].each | |
| loop do | |
| enum.next | |
| end | |
| end | |
| # m returns [1,2,3] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment