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