instance method WEBrick::GenericServer#tokens
tokens -> SizedQueue-
MaxClient の設定のために使われる SizedQueue オブジェクトを返しま す。SizedQueue オブジェクトのサイズは現在受け付けることのできるク ライアントの数です。
MaxClient を知りたい場合は self.tokens.max です。 self.tokens.max - self.tokens.length が現在のクライアントの接続数です。
class WEBrick::GenericServer