Method: CEML::Driver#ping_all
- Defined in:
- lib/ceml/driver.rb
#ping_all(script_collection_id, candidate, release = false) ⇒ Object
48 49 50 51 |
# File 'lib/ceml/driver.rb', line 48 def ping_all script_collection_id, candidate, release = false candidate[:script_collection_id] = script_collection_id SCRIPTS[script_collection_id].each{ |s| ping script_collection_id, s.roles_to_cast, candidate, release } end |