Method: Chronic::Tag#initialize
- Defined in:
- lib/chronic/tag.rb
#initialize(type, options = {}) ⇒ Tag
type - The Symbol type of this tag.
9 10 11 12 |
# File 'lib/chronic/tag.rb', line 9 def initialize(type, = {}) @type = type @options = end |