scraper.rb

Path: lib/scraper.rb
Last Update: Sat Feb 05 20:54:33 +0000 2011

About scraper.rb

This file defines:

  • the base class from which other parse objects inherit
  • Basic http and connection handling methods
  • html utility methods used by objects
  • Common Errors

You should never need to include this file directly, as all of libcraigscrape‘s objects and methods are loaded when you use require ‘libcraigscrape‘ in your code.

[Validate]