Skip to content

Instantly share code, notes, and snippets.

@tychobrailleur
Created February 25, 2011 17:46
Show Gist options
  • Save tychobrailleur/844178 to your computer and use it in GitHub Desktop.
Save tychobrailleur/844178 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'mechanize'
agent = Mechanize.new
puts agent.get('http://stackoverflow.com/questions/5023740/mechanize-table-scraping-problem').root().class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment