Class: Chronic::SeparatorColon

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



58
59
60
# File 'lib/chronic/tags/separator.rb', line 58

def to_s
  super << '-colon'
end