264 265 266 267 268
# File 'lib/chatx.rb', line 264 def leave_all_rooms @rooms.each_key do |room_id| leave_room(room_id) end end