Skip to content

Instantly share code, notes, and snippets.

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