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