# File lib/liquid/tags/for.rb, line 49
    def initialize(tag_name, markup, options)
      super
      parse_with_selected_parser(markup)
      @nodelist = @for_block = []
    end