Class: DaemonLogger::NullLogger

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

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



12
13
14
# File 'lib/daemon_logger.rb', line 12

def method_missing(*args, &block)
  p @args
end