From: Joel VanderWerf Date: 2005-11-29T01:37:34+09:00 Subject: Re: [BUG] string range membership mental@rydia.net wrote: > Quoting Joel VanderWerf : > > >>I like #bound?, as in >> >>(lower..upper).bound? x > > > Hmm, I don't know. That seems like it would suggest the existence > of a Range#bind ... #bounds? possibly? > > -mental The "bound" form of the verb is more consistent with other predicates in ruby: "include?" vs. "includes?", "exist?" vs. "exists?". (There are a few ri hits for that last one, but they are marked as obsolete.) -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407