initialize

in www/_plugins/cdv-vartype-tag.rb [3:7]


    def initialize(tag_name, text, tokens)
      super
      @text = text.downcase.strip
    end