# File lib/mechanize/pluggable_parsers.rb, line 170
      def html=(klass)
        register_parser(CONTENT_TYPES[:html], klass)
      end