Skip to content

Instantly share code, notes, and snippets.

@hadrienblanc
Created May 16, 2019 15:28
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 hadrienblanc/5f5f5e8fd9ce9decdd060d4112924633 to your computer and use it in GitHub Desktop.
Save hadrienblanc/5f5f5e8fd9ce9decdd060d4112924633 to your computer and use it in GitHub Desktop.
my_string.chars do |c|
  puts "%s %3d %02X" % [ c, c.ord, c.ord ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment