Method: CEML::Driver#push
- Defined in:
- lib/ceml/driver.rb
#push(incident_id, script, *updated_players) ⇒ Object
148 149 150 151 152 |
# File 'lib/ceml/driver.rb', line 148 def push incident_id, script, *updated_players with_incident incident_id, script do |incident, players, | subpost incident, players, , *updated_players end end |