# File default/harvester.rb, line 7
    def harvest_two_rows()
        harvest_one_row()
        go_to_next_row()
        harvest_one_row()
    end