From: Florian Gross Date: 2004-12-09T04:57:28+09:00 Subject: Re: [ANN] Ruby/Extensions v0.6.0 Gavin Sinclair wrote: > The methods added since 0.5 are summarised on the website: > > + Array#only > + Array#rand > + Enumerable#none? > + Enumerable#one? > + Kernel#require_relative > + Module.by_name > + Module#basename > + Module#deep_const_get Thanks, I was fearing that there would be name clashes with the Ruby-Junction library which defines Enumerable#none, #any, #all, #with_count and #exactly. Array#rand sounds interesting, but I wonder if it does not lead to trouble when using rand() from a custom overloaded Array or Enumerable method.