Class: Chronic::SeparatorOn

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

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Tag

#type

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

#initialize, #start=

Constructor Details

This class inherits a constructor from Chronic::Tag

Instance Method Details

#to_sObject



184
185
186
# File 'lib/chronic/separator.rb', line 184

def to_s
  super << '-on'
end