Class: Chronic::SeparatorQuote
- Defined in:
- lib/chronic/separator.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Tag
Instance Method Summary collapse
Methods inherited from Separator
scan, scan_for_and, scan_for_at, scan_for_colon, scan_for_commas, scan_for_dash, scan_for_dots, scan_for_in, scan_for_on, scan_for_quote, scan_for_slash, scan_for_space, scan_for_t, scan_for_w
Methods inherited from Tag
Constructor Details
This class inherits a constructor from Chronic::Tag
Instance Method Details
#to_s ⇒ Object
166 167 168 |
# File 'lib/chronic/separator.rb', line 166 def to_s super << '-quote-' << @type.to_s end |