diff --git a/geoguessr.rb b/geoguessr.rb index 0b2f5d4..82aaaf4 100644 --- a/geoguessr.rb +++ b/geoguessr.rb @@ -20,9 +20,6 @@ printf("%d guest(s)\n", clients.length) end - - end - ws_conn.onclose do # クライアントが切断したとき clients.delete(ws_conn) # そのクライアントを集合から削除 # p "bye"+ws_conn.inspect