# File lib/action_controller/vendor/rack-1.0/rack/utils.rb, line 168 def initialize(app_f, app_r) raise 'running context does not respond to #context' unless app_f.respond_to? :context @for, @app = app_f, app_r end