From: Devin Mullins Date: 2006-09-24T11:52:27+09:00 Subject: Re: Array shift bug Bob Hutchison wrote: > A short article describing a problem in the implementation of array > shift in Ruby 1.8.4 with a simple one-line fix in the C code is here: That's half a fix. If you're using shift and push to manage a queue, you still have an ever-growing buffer.* Devin *I Might Be Wrong.