D
Daniel Schüle
Hello,
I can't find the function to convert an number to its hex representation
I feel it must be there ..
irb(main):068:0> Integer.methods.grep /hex/
=> []
irb(main):069:0> Numeric.methods.grep /hex/
=> []
Regards, Daniel
I can't find the function to convert an number to its hex representation
I feel it must be there ..
irb(main):068:0> Integer.methods.grep /hex/
=> []
irb(main):069:0> Numeric.methods.grep /hex/
=> []
Regards, Daniel