From: Brian Candler Date: 2010-08-17T19:00:19+09:00 Subject: Re: Have I been staring at the screen too long? David Masover wrote: > Apparently, the core Array class has a private 'rand' method? That'll be Kernel#rand I expect. irb(main):001:0> rand(10) => 7 -- Posted via http://www.ruby-forum.com/.