Method: DrbDb#remove_client
- Defined in:
- lib/DrbDB.rb
#remove_client(client_id) ⇒ Object
287 288 289 |
# File 'lib/DrbDB.rb', line 287 def remove_client(client_id) @moditems.each_value{|m| m.unsubscribe(client_id) if m.mod_type == "list"} end |