Module: Synthesis::Logging

Included in:
Adapter, Expectation::Expectation, ExpectationRecord, Task, TextFormatter
Defined in:
lib/synthesis/logging.rb

Instance Method Summary collapse

Instance Method Details

#silence!Object



3
4
5
# File 'lib/synthesis/logging.rb', line 3

def silence!
  @silent = true
end

#speak!Object



7
8
9
# File 'lib/synthesis/logging.rb', line 7

def speak!
  @silent = false
end