Skip to content

Instantly share code, notes, and snippets.

@lucascaton
Created January 20, 2016 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucascaton/716344dd86e2ae767072 to your computer and use it in GitHub Desktop.
Save lucascaton/716344dd86e2ae767072 to your computer and use it in GitHub Desktop.
(1..50).to_a.first # => 1
(1..50).to_a.second # => 2
(1..50).to_a.third # => 3
(1..50).to_a.fourth # => 4
(1..50).to_a.fifth # => 5
(1..50).to_a.forty_two # => 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment