# File lib/liquid/tags/increment.rb, line 19
    def initialize(tag_name, markup, tokens)
      @variable = markup.strip

      super
    end