class String

Public Instance Methods

to() click to toggle source
# File lib/to/s.rb, line 24
def to
  To.new(self)
end