class String

Public Instance Methods

to_tinct() click to toggle source
# File lib/string.rb, line 2
def to_tinct
  Tinct.from_s(self)
end