# File lib/neo4jr/stop_evaluator.rb, line 34
    def self.at(depth)
      self.when do |position|
        position.depth >= depth
      end
    end