Skip to content

Instantly share code, notes, and snippets.

@FerPerales
Created October 20, 2012 02:22
Show Gist options
  • Save FerPerales/3921738 to your computer and use it in GitHub Desktop.
Save FerPerales/3921738 to your computer and use it in GitHub Desktop.
String as array
s = "OMG!"
puts s[2]
#Ruby 1.8 displays 71; Ruby 1.9 displays G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment