Class: AwesomeSpawn::NullLogger

Inherits:
Logger
  • Object
show all
Defined in:
lib/awesome_spawn/null_logger.rb

Instance Method Summary collapse

Constructor Details

#initialize(*_args) ⇒ NullLogger

Returns a new instance of NullLogger.



5
6
# File 'lib/awesome_spawn/null_logger.rb', line 5

def initialize(*_args)
end

Instance Method Details

#add(*_args, &_block) ⇒ Object



8
9
# File 'lib/awesome_spawn/null_logger.rb', line 8

def add(*_args, &_block)
end