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