Sha256: f82dc8ea76f9394681eb856e0df66574450e95f4c4712910cb3cefe01e912f89
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
module LearnChef module Workflow def stdout_file(*paths) File.join(paths, 'stdout') end def stderr_file(*paths) File.join(paths, 'stderr') end def status_file(*paths) File.join(paths, 'status') end def command_file(*paths) File.join(paths, 'command') end end; end
Version data entries
6 entries across 4 versions & 1 rubygems