Method: Chronic::ScalarSubsecond#to_s

Defined in:
lib/chronic/scalar.rb

#to_sObject



41
42
43
# File 'lib/chronic/scalar.rb', line 41

def to_s
  super << '-subsecond-' << @type.to_s
end