Libraries
»
chronic
(0.10.2)
»
Index
»
Chronic
»
ScalarSubsecond
»
#to_s
Method: Chronic::ScalarSubsecond#to_s
Defined in:
lib/chronic/scalar.rb
#
to_s
⇒
Object
41 42 43
# File 'lib/chronic/scalar.rb', line 41
def
to_s
super
<<
'-subsecond-'
<<
@type
.
to_s
end