instance method Thread::SizedQueue#max

max -> Integer[permalink][rdoc][edit]

キューの最大サイズを返します。



q = SizedQueue.new(4)
q.max # => 4