Class: MaybeYouMeant::NilLogger

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

Overview

Ignores all logging calls.

Instance Method Summary collapse

Instance Method Details

#log(msg = nil, &block) ⇒ Object



3
4
# File 'lib/maybeyoumeant/nil_logger.rb', line 3

def log(msg = nil, &block)
end