# File default/harvester.rb, line 15
    def position_for_next_harvest()
        turn_right()
        move()
        turn_right()
    end