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