Module: Pups
- Defined in:
- lib/pups.rb,
lib/pups/version.rb
Defined Under Namespace
Classes: Cli, Command, Config, ExecCommand, FileCommand, MergeCommand, ReplaceCommand, Runit
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
Class Method Details
.log ⇒ Object
15 16 17 18 |
# File 'lib/pups.rb', line 15 def self.log # at the moment docker likes this @logger ||= Logger.new(STDERR) end |
.log=(logger) ⇒ Object
20 21 22 |
# File 'lib/pups.rb', line 20 def self.log=(logger) @logger = logger end |