class Chronic::SeparatorSlashOrDash

def to_s

:nodoc:
def to_s
  super << '-slashordash-' << @type.to_s
end