module Kernel

Public Instance Methods

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