max=(n)
キューの最大サイズを設定します。
例 q = SizedQueue.new(4) q.max # => 4 q.max = 5 q.max # => 5
q = SizedQueue.new(4) q.max # => 4 q.max = 5 q.max # => 5