module Rack::AllocationStats
Copyright 2013 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0, found in the LICENSE file.
Copyright 2013 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0, found in the LICENSE file.
Copyright 2013 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0, found in the LICENSE file.
Public Class Methods
new(app, options = {})
click to toggle source
# File lib/rack/allocation_stats.rb, line 19 def self.new(app, options = {}) Middleware.new(app, options) end