Sha256: f6399494eabee7a387ae9d2d0800b2b2273cd9ac7c1d7be0f5cd3f10599fdfa6
Contents?: true
Size: 264 Bytes
Versions: 7
Compression:
Stored size: 264 Bytes
Contents
module Kosmos module Util def self.log(msg) Kosmos.config.output_method.call(msg) if Kosmos.config.verbose end def self.run_post_processors!(ksp_path) Kosmos.config.post_processors.each { |p| p.post_process(ksp_path) } end end end
Version data entries
7 entries across 7 versions & 1 rubygems