Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created June 18, 2015 04:20
Show Gist options
  • Save anonymous/143fd0bc1e48d3544c49 to your computer and use it in GitHub Desktop.
Save anonymous/143fd0bc1e48d3544c49 to your computer and use it in GitHub Desktop.
require 'mechanize'
mechanize = Mechanize.new
page = mechanize.get('http://www.google.com/')
puts page.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment