Module: InfluxReporter::TraceHelpers::ClassMethods

Defined in:
lib/influx_reporter/trace_helpers.rb

Instance Method Summary collapse

Instance Method Details

#trace_class_method(method, signature, kind) ⇒ Object



6
7
8
# File 'lib/influx_reporter/trace_helpers.rb', line 6

def trace_class_method(method, signature, kind)
  __trace_method_on(singleton_class, method, signature, kind)
end