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