# File lib/action_dispatch/middleware/stack.rb, line 43 def initialize(*args, &block) super(*args) block.call(self) if block_given? end