Module: Rack::AllocationTracerMiddleware

Defined in:
lib/rack/allocation_tracer.rb

Defined Under Namespace

Classes: TotalTracer, Tracer

Class Method Summary collapse

Class Method Details

.new(*args) ⇒ Object



9
10
11
# File 'lib/rack/allocation_tracer.rb', line 9

def self.new *args
  TotalTracer.new *args
end