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.