Skip to content

Instantly share code, notes, and snippets.

@flavianmissi
Created January 12, 2012 19:04
Show Gist options
  • Select an option

  • Save flavianmissi/1602416 to your computer and use it in GitHub Desktop.

Select an option

Save flavianmissi/1602416 to your computer and use it in GitHub Desktop.
Ruby bizarre behavior
a = []
a[0] = 10
a[100000] = 10
puts a.inspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment