Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/string.rb
Instance Method Summary collapse
Instance Method Details
#to_trytes ⇒ Object
2 3 4 |
# File 'lib/string.rb', line 2 def to_trytes Trytes.new(self) end |