# File lib/action_dispatch/middleware/stack.rb, line 71
    def active
      ActiveSupport::Deprecation.warn "All middlewares in the chain are active since the laziness " <<
        "was removed from the middleware stack", caller
    end