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