Class: Chronic::SeparatorDot

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



52
53
54
# File 'lib/chronic/tags/separator.rb', line 52

def to_s
  super << '-dot'
end