Method: ChatBot#current_rooms

Defined in:
lib/chatx.rb

#current_roomsObject



270
271
272
273
274
# File 'lib/chatx.rb', line 270

def current_rooms
  @websockets.map do |server, ws|
    [server, ws.in_rooms[:rooms]]
  end.to_h
end