class Fbe::Middleware::Trace
def initialize(app, trace)
-
trace
(Array
) -- The array to store trace entries -
app
(Object
) -- The next middleware in the stack
def initialize(app, trace) super(app) @trace = trace end
trace
(Array
)
-- The array to store trace entries
app
(Object
)
-- The next middleware in the stack
def initialize(app, trace) super(app) @trace = trace end