# File lib/rack/utils.rb, line 272 272: def initialize(app_f, app_r) 273: raise 'running context does not respond to #context' unless app_f.respond_to? :context 274: @for, @app = app_f, app_r 275: end