Class: Pact::MockService::StdoutLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/pact/mock_service/app.rb

Overview

Can’t write to a file in a TRAP, might deadlock Not sure why we can still write to the pact file though

Instance Method Summary collapse

Instance Method Details

#info(message) ⇒ Object



80
81
82
# File 'lib/pact/mock_service/app.rb', line 80

def info message
  $stdout.puts "\n#{message}"
end