# File lib/action_controller/vendor/rack-1.0/rack/builder.rb, line 40
    def run(app)
      @ins << app #lambda { |nothing| app }
    end