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