Skip to content

Instantly share code, notes, and snippets.

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