# File lib/liquid/tags/decrement.rb, line 22
    def initialize(tag_name, markup, options)
      super
      @variable = markup.strip
    end