Method: CEML::Processor#reset_player
- Defined in:
- lib/ceml/processor.rb
#reset_player(bundle_id, player_id) ⇒ Object
65 66 67 |
# File 'lib/ceml/processor.rb', line 65 def reset_player(bundle_id, player_id) Bundle.new(bundle_id).reset_player(player_id) end |