class RubyTapasDownloader::Extractor

The contract for Extractors.

Public Instance Methods

extract() click to toggle source

Should be implemented by children.

# File lib/ruby_tapas_downloader/extractor.rb, line 4
def extract
  fail NotImplementedError
end