# File lib/www/mechanize/chain/response_body_parser.rb, line 7
        def initialize(pluggable_parser, watch_for_set)
          @pluggable_parser = pluggable_parser
          @watch_for_set = watch_for_set
        end