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