Method: DTAS::Player#dpc_watch

Defined in:
lib/dtas/player.rb

#dpc_watch(io, _) ⇒ Object



234
235
236
237
# File 'lib/dtas/player.rb', line 234

def dpc_watch(io, _)
  @watchers[io] = true
  io.emit('OK')
end