# File lib/ruote/part/participant_list.rb, line 247 def shutdown @instantiated_participants.each { |re, pa| pa.shutdown if pa.respond_to?(:shutdown) } end