Method: Pipeline.notify

Defined in:
lib/pipeline.rb

.notify(message) ⇒ Object



271
272
273
# File 'lib/pipeline.rb', line 271

def self.notify message
  $stderr.puts message #unless @debug
end