Skip to content

Instantly share code, notes, and snippets.

@kv109
Last active December 29, 2016 21:07
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 kv109/644505709d8027193be33caedff70f24 to your computer and use it in GitHub Desktop.
Save kv109/644505709d8027193be33caedff70f24 to your computer and use it in GitHub Desktop.
aes7
'9'.hex #=> 9
'a'.hex #=> 10
'10'.hex #=> 16
'ff'.hex #=> 255
# zero is returned on error:
'foobar'.hex #=> 0
'zz'.hex #=> 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment