Class: Chronic::SignPlus

Inherits:
Sign
  • Object
show all
Defined in:
lib/chronic/tags/sign.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Tag

#type, #width

Instance Method Summary collapse

Methods inherited from Sign

scan

Methods inherited from Tag

#initialize, scan, #start=

Constructor Details

This class inherits a constructor from Chronic::Tag

Instance Method Details

#to_sObject



24
25
26
# File 'lib/chronic/tags/sign.rb', line 24

def to_s
  super << '-plus'
end