mental / rydia.net wrote: > Quoting Joel VanderWerf <vjoel / path.berkeley.edu>: > > >>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