Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/bytes.rb
Instance Method Summary collapse
Instance Method Details
#to_hex ⇒ Object
116 |
# File 'lib/bytes.rb', line 116 def to_hex() Bytes.bin_to_hex( self ); end |