# File default/field_harvester.rb, line 6
    def harvest_field() 
        move()
        harvest_two_rows()
        position_for_next_harvest()
        harvest_two_rows()
        position_for_next_harvest()
        harvest_two_rows()
        move()
    end