# File lib/rack/utils.rb, line 62
      def initialize app_f=nil, app_r=nil
        @for, @app = app_f, app_r
      end