Method: OpenWFE::Engine#unregister_participant
- Defined in:
- lib/openwfe/engine/engine.rb
#unregister_participant(participant_name) ⇒ Object
Removes the first participant matching the given name from the participant map kept by the engine.
330 331 332 333 |
# File 'lib/openwfe/engine/engine.rb', line 330 def unregister_participant (participant_name) get_participant_map.unregister_participant participant_name end |