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