Skip to content

Instantly share code, notes, and snippets.

@nuke99
Created June 1, 2012 14:55
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 nuke99/79a2be155746cea0c995 to your computer and use it in GitHub Desktop.
Save nuke99/79a2be155746cea0c995 to your computer and use it in GitHub Desktop.
irb(main):002:0> c = "i"
=> "i"
irb(main):003:0> c.chomp.to_s(16)
ArgumentError: wrong number of arguments (1 for 0)
from (irb):3:in `to_s'
from (irb):3
from :0
irb(main):004:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment