# File lib/action_dispatch/middleware/stack.rb, line 57 def initialize(*args) @middlewares = [] yield(self) if block_given? end