Skip to content

Instantly share code, notes, and snippets.

@AlexWheeler
Created September 23, 2016 21:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save AlexWheeler/6aea1293a59b74d2472b59a6e565ac08 to your computer and use it in GitHub Desktop.
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