Class: CC::Kafka::DummyStatsd

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

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missingObject



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

def method_missing(*)
  yield if block_given?
end