On Mar 14, 2006, at 1:57 PM, ara.t.howard / noaa.gov wrote: > On Wed, 15 Mar 2006, James Edward Gray II wrote: > >> On Mar 14, 2006, at 12:59 PM, Charlie Bowman wrote: >> >>> I'm still new to ruby, but what does this mean? >> >> The Set library is a standard library that comes with Ruby. I >> believe it uses rbtree if it can be loaded or a plain Hash >> otherwise, but it supports the expected set operations and keeps >> the contents unique. > > when, oh when, will rbtree be in the core... sigh. Isn't it the library someone was complaining is broken in Ruby 1.8.4? We might need to fix it first. <laughs> James Edward Gray II