Class: CC::Analyzer::DummyStatsd

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



33
34
35
# File 'lib/cc/analyzer.rb', line 33

def method_missing(*)
  yield if block_given?
end