Class: Communicator::FakeLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/communicator.rb

Overview

Fake logger to be returned as Communicator.logger when Rails is unavailable

Class Method Summary collapse

Class Method Details

.method_missing(*args, &blk) ⇒ Object



25
26
27
# File 'lib/communicator.rb', line 25

def method_missing(*args, &blk)
  true
end