Module: Test::Wrapped::Extractor

Defined in:
lib/test/wrapped/extractor.rb

Instance Method Summary collapse

Instance Method Details

#extract(wrapper) ⇒ Span, ...

Extract a wrapped span or span context.

Parameters:

  • wrapper

Returns:

  • (Span, SpanContext, nil)

    the extracted Span, SpanContext or nil if none could be found



8
9
# File 'lib/test/wrapped/extractor.rb', line 8

def extract(wrapper)
end