Class: Antrapol::ToolRack::NullOutput

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

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(mtd, *args, &block) ⇒ Object



7
8
9
10
# File 'lib/toolrack/null_output.rb', line 7

def method_missing(mtd, *args, &block)
  # sink-holed all methods call
  logger.tdebug :nullOut, "#{mtd} / #{args} / #{block ? "with block" : "no block"}"
end