# File default/choreographer.rb, line 25
    def turn_left()  
        super()
        @dancers.each do |dancer|
            dancer.turn_left()
        end
    end