class Chronic::Tag

def initialize(type, options = {})

type - The Symbol type of this tag.
def initialize(type, options = {})
  @type = type
  @options = options
end