class String
Public Instance Methods
b_to_h()
click to toggle source
# File lib/bytes.rb, line 83 def b_to_h() Bytes.to_hex( self ); end
h_to_b()
click to toggle source
# File lib/bytes.rb, line 80 def h_to_b() Bytes.from_hex( self ); end
Also aliased as: htob