On Thu, May 29, 2003 at 07:53:44PM +0900, Brian Candler wrote: > If this module only makes sense within an Array, then you could change > > module ArrayMisc > > to > > class Array I take that back. Your approach is better, because it lets you add these methods to individual arrays (using 'extend') without polluting the whole Array class. Cheers, Brian.