# File default/adder.rb, line 21
    def slide_left() # in Finder
        turn_left()
        move()
        turn_right()
    end