# File default/adder.rb, line 128
    def add_all()
        while not on_second_avenue?() 
            add_column()
            slide_left()
        end
        add_column() # don't forget the last column   
    end