Class: Chronic::ScalarSubsecond
- Defined in:
- lib/chronic/scalar.rb
Overview
:nodoc:
Constant Summary
Constants inherited from Scalar
Instance Attribute Summary
Attributes inherited from Tag
Instance Method Summary collapse
Methods inherited from Scalar
Methods inherited from Tag
Constructor Details
This class inherits a constructor from Chronic::Tag
Instance Method Details
#to_s ⇒ Object
41 42 43 |
# File 'lib/chronic/scalar.rb', line 41 def to_s super << '-subsecond-' << @type.to_s end |