Method: Grubby::Scraper#source
- Defined in:
- lib/grubby/scraper.rb
#source ⇒ Object (readonly)
The object being scraped. Typically an instance of a Mechanize pluggable parser such as Mechanize::Page
.
216 217 218 |
# File 'lib/grubby/scraper.rb', line 216 def source @source end |