Object
Tokens are tagged with subclassed instances of this class when they match specific criteria.
type - The Symbol type of this tag.
# File lib/chronic/tag.rb, line 9 def initialize(type) @type = type end
time - Set the start Time for this Tag.
# File lib/chronic/tag.rb, line 14 def start=(time) @now = time end
[Validate]
Generated with the Darkfish Rdoc Generator 2.