Method: Atatus::SpanHelpers::ClassMethods#span_class_method

Defined in:
lib/atatus/span_helpers.rb

#span_class_method(method, name = nil, type = nil, **kwargs) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



25
26
27
# File 'lib/atatus/span_helpers.rb', line 25

def span_class_method(method, name = nil, type = nil, **kwargs)
  __span_method_on(singleton_class, method, name, type, **kwargs)
end