Method: Atatus::SpanHelpers::ClassMethods#span_method
- Defined in:
- lib/atatus/span_helpers.rb
#span_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.
29 30 31 |
# File 'lib/atatus/span_helpers.rb', line 29 def span_method(method, name = nil, type = nil, **kwargs) __span_method_on(self, method, name, type, **kwargs) end |