259 260 261 262
# File 'lib/chatx.rb', line 259 def stop leave_all_rooms @websockets.values.map(&:thread).each(&:kill) end