Class: Chronic::SeparatorAnd

Inherits:
Separator show all
Defined in:
lib/chronic/tags/separator.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Tag

#type, #width

Instance Method Summary collapse

Methods inherited from Separator

scan, scan_for_quote

Methods inherited from Tag

#initialize, scan, #start=

Constructor Details

This class inherits a constructor from Chronic::Tag

Instance Method Details

#to_sObject



106
107
108
# File 'lib/chronic/tags/separator.rb', line 106

def to_s
  super << '-and'
end