Method: Grubby::Scraper#source

Defined in:
lib/grubby/scraper.rb

#sourceObject (readonly)

The object being scraped. Typically an instance of a Mechanize pluggable parser such as Mechanize::Page.

Returns:

  • (Object)

216
217
218
# File 'lib/grubby/scraper.rb', line 216

def source
  @source
end