Skip to content

Instantly share code, notes, and snippets.

@AlexWheeler
Created September 23, 2016 21:35
Show Gist options
  • Select an option

  • Save AlexWheeler/6aea1293a59b74d2472b59a6e565ac08 to your computer and use it in GitHub Desktop.

Select an option

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