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