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



65
66
67
# File 'lib/pact/mock_service/app.rb', line 65

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