class String

Public Instance Methods

to_trytes() click to toggle source
# File lib/string.rb, line 2
def to_trytes
  Trytes.new(self)
end