# File lib/nokogiri/html/document.rb, line 30
      def title
        title = at('title') and title.inner_text
      end