Module: Rack::AllocationStats

Defined in:
lib/rack/allocation_stats/call_app_directly.rb,
lib/rack/allocation_stats/middleware.rb,
lib/rack/allocation_stats/tracer.rb,
lib/rack/allocation_stats/action.rb,
lib/rack/allocation_stats.rb

Overview

Copyright 2013 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0, found in the LICENSE file.

Defined Under Namespace

Classes: Action, CallAppDirectly, Middleware, Tracer

Class Method Summary collapse

Class Method Details

.new(app, options = {}) ⇒ Object



19
20
21
# File 'lib/rack/allocation_stats.rb', line 19

def self.new(app, options = {})
  Middleware.new(app, options)
end