class WWW::Mechanize::Chain::ResponseBodyParser

def initialize(pluggable_parser, watch_for_set)

def initialize(pluggable_parser, watch_for_set)
  @pluggable_parser = pluggable_parser
  @watch_for_set = watch_for_set
end