Class: David::FakeLogger
- Inherits:
-
Object
- Object
- David::FakeLogger
- Defined in:
- lib/david/fake_logger.rb
Instance Method Summary collapse
-
#initialize ⇒ FakeLogger
constructor
A new instance of FakeLogger.
Constructor Details
#initialize ⇒ FakeLogger
Returns a new instance of FakeLogger.
3 4 5 |
# File 'lib/david/fake_logger.rb', line 3 def initialize Celluloid.logger = nil end |