Class: TransactionLogger::LoggerProxy

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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method, *args) ⇒ Object



173
174
175
# File 'lib/transaction_logger.rb', line 173

def method_missing(method, *args)
  @original_logger.send method, *args
end