class Chronic::ScalarYear

:nodoc:

def to_s

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