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

.parse(*args, &block) ⇒ Object



125
126
127
# File 'lib/scrapetor.rb', line 125

def self.parse(*args, &block)
  Scrapetor.parse(*args, &block)
end