module Test::Wrapped::Extractor

Public Instance Methods

extract(wrapper) click to toggle source

Extract a wrapped span or span context.

@param wrapper @return [Span, SpanContext, nil] the extracted Span, SpanContext or nil if none could be found

# File lib/test/wrapped/extractor.rb, line 8
def extract(wrapper)
end