Skip to content

Instantly share code, notes, and snippets.

@brandon-beacher
Created July 12, 2011 17:37
Show Gist options
  • Save brandon-beacher/1078503 to your computer and use it in GitHub Desktop.
Save brandon-beacher/1078503 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p180 :027 > (1..4).to_a
=> [1, 2, 3, 4]
ruby-1.9.2-p180 :028 > (4..1).to_a
=> []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment