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