class OpenTracing::Instrumentation::Rack::ExtractMiddleware::FakeSpan

@private

Attributes

context[R]

Public Class Methods

new(context) click to toggle source
# File lib/opentracing/instrumentation/rack/extract_middleware.rb, line 14
def initialize(context)
  @context = context
end