Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created September 7, 2012 22:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havenwood/3670098 to your computer and use it in GitHub Desktop.
Save havenwood/3670098 to your computer and use it in GitHub Desktop.
devnull_
require 'nokogiri'
url = 'http://zales.1.ai'
Nokogiri::HTML(`curl #{url}`).css('title').text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment