Skip to content

Instantly share code, notes, and snippets.

@foca
Created January 14, 2011 22:29
Show Gist options
  • Save foca/780408 to your computer and use it in GitHub Desktop.
Save foca/780408 to your computer and use it in GitHub Desktop.
ruby-1.9.2-rc2 > a = [1, 2, 3]
=> [1, 2, 3]
ruby-1.9.2-rc2 > a[3, 0]
=> []
ruby-1.9.2-rc2 > a[4, 0]
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment