class ActionDispatch::MiddlewareStack

def initialize(*args)

def initialize(*args)
  @middlewares = []
  yield(self) if block_given?
end