class CC::Analyzer::DummyStatsd

Public Instance Methods

method_missing(*) { || ... } click to toggle source
# File lib/cc/analyzer.rb, line 33
def method_missing(*)
  yield if block_given?
end