Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/bytes.rb

Instance Method Summary collapse

Instance Method Details

#to_hexObject



116
# File 'lib/bytes.rb', line 116

def to_hex()  Bytes.bin_to_hex( self ); end