Class: Chronic::ScalarDay

Inherits:
Scalar show all
Defined in:
lib/chronic/tags/scalar.rb

Overview

:nodoc:

Constant Summary

Constants inherited from Scalar

Chronic::Scalar::DAY_PORTIONS

Instance Attribute Summary

Attributes inherited from Tag

#type, #width

Instance Method Summary collapse

Methods inherited from Scalar

scan

Methods inherited from Tag

#initialize, scan, #start=

Constructor Details

This class inherits a constructor from Chronic::Tag

Instance Method Details

#to_sObject



73
74
75
# File 'lib/chronic/tags/scalar.rb', line 73

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