class Tamiyo::ExportAllChain

Public Class Methods

create() click to toggle source
# File lib/tamiyo/export_all_chain.rb, line 6
def self.create
  Process.chain Yaml::YamlSource.new,
                CockatriceDbSink.new
end