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