Class: Tamiyo::GathererScrapeChain

Inherits:
Object
  • Object
show all
Defined in:
lib/tamiyo/gatherer_scrape_chain.rb

Class Method Summary collapse

Class Method Details

.create(set) ⇒ Object



7
8
9
10
11
# File 'lib/tamiyo/gatherer_scrape_chain.rb', line 7

def self.create(set)
  Process.chain GathererScrape.new(set),
                ScrapeParser.new,
                Yaml::YamlSink.new
end