# File lib/www/mechanize/pluggable_parsers.rb, line 62
      def parser(content_type)
        content_type.nil? ? default : @parsers[content_type] || default
      end