From: "Daniel Schüle" Date: 2005-11-19T11:32:25+09:00 Subject: 10.to_hex? 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