# File default/sparse_harvester.rb, line 8
    def harvest_corner()
        if next_to_a_beeper?()  
            pick_beeper()
        end
    end