Tokens are tagged with subclassed instances of this class when they match specific criteria
@return [Symbol]
@param [Symbol] type
# File lib/chronic/tag.rb, line 10 def initialize(type) @type = type end
@param [Time] s Set the start timestamp for this Tag
# File lib/chronic/tag.rb, line 15 def start=(s) @now = s end