module Capture
A backend which logs all spans to the Capture logger output.
Nested
Definitions
def self.spans
All captured spans.
Implementation
def self.spans
@spans ||= []
end
module Capture
A backend which logs all spans to the Capture logger output.
def self.spans
All captured spans.
def self.spans
@spans ||= []
end