class Chronic::Tag

def initialize(type)

Parameters:
  • type (Symbol) --
def initialize(type)
  @type = type
end