From: Daniel Schierbeck Date: 2006-06-20T02:24:57+09:00 Subject: Re: Is it more convenient to have a random_each in ruby stdlib? Daniel Schierbeck wrote: > All of a sudden I'm beginning to get major performance problems when > calling #shuffle!. Am I the only one who's experiencing this? > > It does so on both 1.8 and 1.9. > > Hmm, I'd better investigate further. Never mind, it seemed to go away when I moved the code into its own file. Weird...