Class: Tamiyo::ExportAllChain

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

Class Method Summary collapse

Class Method Details

.createObject



6
7
8
9
# File 'lib/tamiyo/export_all_chain.rb', line 6

def self.create
  Process.chain Yaml::YamlSource.new,
                CockatriceDbSink.new
end