Class: CC::Analyzer::DummyLogger

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

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



39
40
41
# File 'lib/cc/analyzer.rb', line 39

def method_missing(*)
  yield if block_given?
end