Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created May 14, 2016 01:45
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 chuck0523/3e66cf6bd11aa016a73e617692d5b8f8 to your computer and use it in GitHub Desktop.
Save chuck0523/3e66cf6bd11aa016a73e617692d5b8f8 to your computer and use it in GitHub Desktop.
char = 'C'
puts char.ord # 67
puts char.ord + 1 # 68
puts (char.ord + 1).chr #D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment