Module: Opbeat::TraceHelpers::ClassMethods
- Defined in:
- lib/opbeat/trace_helpers.rb
Instance Method Summary collapse
Instance Method Details
#trace_class_method(method, signature, kind) ⇒ Object
4 5 6 |
# File 'lib/opbeat/trace_helpers.rb', line 4 def trace_class_method method, signature, kind __trace_method_on(singleton_class, method, signature, kind) end |