max -> Integer
キューの最大サイズを返します。
例 q = SizedQueue.new(4) q.max # => 4
q = SizedQueue.new(4) q.max # => 4