# File lib/mechanize/pluggable_parsers.rb, line 157
      def initialize
        @parsers = { CONTENT_TYPES[:html] => Page }
        @default = File
      end