Skip to content

Instantly share code, notes, and snippets.

@taraijpn
Created October 16, 2014 10:48
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 taraijpn/64a7ce9e2b7eab5f92da to your computer and use it in GitHub Desktop.
Save taraijpn/64a7ce9e2b7eab5f92da to your computer and use it in GitHub Desktop.
wrong ruby code
a=[1, 2, 3], b=[4, 5, 6], c=[7, 8, 9]
p a[1]
p b[1]
p c[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment