Class: RubyTapasDownloader::Extractor

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_tapas_downloader/extractor.rb

Overview

The contract for Extractors.

Instance Method Summary collapse

Instance Method Details

#extractObject

Should be implemented by children.



4
5
6
# File 'lib/ruby_tapas_downloader/extractor.rb', line 4

def extract
  fail NotImplementedError
end