From: ggarramuno@... (GGarramuno) Date: 2004-10-02T07:14:59+09:00 Subject: String#pack? I was wondering if there was a method in ruby to obtain the hexadecimal representation of numbers (ie. fixnum, floats, mainly) in either msb or in lsb order. Basically, I'm kind of looking for the opposite function of String#unpack().