# File lib/rack/test/methods.rb, line 12
      def rack_mock_session
        @_rack_mock_session ||= Rack::MockSession.new(app)
      end