Skip to content

Instantly share code, notes, and snippets.

@simonask
Created February 3, 2009 21:08
Show Gist options
  • Save simonask/57760 to your computer and use it in GitHub Desktop.
Save simonask/57760 to your computer and use it in GitHub Desktop.
Enumerate: Object
Enumerate.__call__: [index] { index or self }
Horse, Cow, Sheep, Chicken: Enumerate
print Horse, Cow, Sheep, Chicken
== Output ==
0
1
2
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment