Module: Scrapetor::HTML
- Defined in:
- lib/scrapetor.rb
Overview
‘Scrapetor::HTML.parse` / `.fragment` namespace.
Class Method Summary collapse
Class Method Details
.fragment(*args, &block) ⇒ Object
129 130 131 |
# File 'lib/scrapetor.rb', line 129 def self.fragment(*args, &block) Scrapetor.parse_fragment(*args, &block) end |