# File lib/www/mechanize/page.rb, line 41 def parser @parser ||= body && response ? Mechanize.html_parser.parse(body) : nil end