class To

Constants

S

Public Instance Methods

-(other) click to toggle source
# File lib/to/s.rb, line 4
def -(other)
  target.to_s if other == S
end