Home
Pages
Classes
Methods
Parent
Object
Methods
#to_trytes
class String
Public Instance Methods
to_trytes
()
click to toggle source
# File lib/string.rb, line 2
def
to_trytes
Trytes
.
new
(
self
)
end