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