Method: Atatus::OpenTracing::ScopeStack#push
- Defined in:
- lib/atatus/opentracing.rb
#push(scope) ⇒ 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.
175 176 177 |
# File 'lib/atatus/opentracing.rb', line 175 def push(scope) scopes << scope end |