# File lib/www/mechanize/page.rb, line 43 def title @title ||= if parser && search('title').inner_text.length > 0 search('title').inner_text end end