# File lib/ruote/exp/fe_registerp.rb, line 102 def register_participant(info) name, (klass, opts) = Ruote::ParticipantEntry.read(info) context.engine.register_participant(name, klass, opts) end