Class: Scruber::Core::PageFormat::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/scruber/core/page_format/base.rb

Direct Known Subclasses

HTML, Json, XML

Class Method Summary collapse

Class Method Details

.process(page) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/scruber/core/page_format/base.rb', line 5

def self.process(page)
  raise NotImplementedError
end