Module: Pups

Defined in:
lib/pups.rb,
lib/pups/version.rb

Defined Under Namespace

Classes: Cli, Command, Config, ExecCommand, ExecError, FileCommand, MergeCommand, ReplaceCommand, Runit

Constant Summary collapse

VERSION =
"1.0.3"

Class Method Summary collapse

Class Method Details

.logObject



19
20
21
22
# File 'lib/pups.rb', line 19

def self.log
  # at the moment docker likes this
  @logger ||= Logger.new(STDERR)
end

.log=(logger) ⇒ Object



24
25
26
# File 'lib/pups.rb', line 24

def self.log=(logger)
  @logger = logger
end