Method: CEML::Driver#post

Defined in:
lib/ceml/driver.rb

#post(incident_id, *updated_players) ⇒ Object Also known as: run



154
155
156
# File 'lib/ceml/driver.rb', line 154

def post incident_id, *updated_players
  push incident_id, nil, *updated_players
end