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