Skip to content

Instantly share code, notes, and snippets.

@MagePsycho
Created July 7, 2015 07:45
Show Gist options
  • Save MagePsycho/1c79bfbfebb367b1353b to your computer and use it in GitHub Desktop.
Save MagePsycho/1c79bfbfebb367b1353b to your computer and use it in GitHub Desktop.
mechanize test
#!/usr/bin/env ruby
require 'mechanize'
mechanize = Mechanize.new
page = mechanize.get('http://stackoverflow.com/')
puts page.title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment