# File default/spy.rb, line 31
    def get_next_clue()
        robot = neighbors().pop()
        @strategy = robot.request_clue()
    end