64 65 66
# File 'lib/textract.rb', line 64 def self.get_page_title(html) Nokogiri::HTML(html).search('head').search('title').text end