# File lib/rack/mount/analysis/splitting.rb, line 16
        def call(cache, obj)
          (cache[method] ||= self.class.split(obj.send(method), separators))[index]
        end