From: Austin Ziegler Date: 2005-02-06T07:13:32+09:00 Subject: Re: 'example.com' == 'example.com.' => false... is this intended? On Sun, 6 Feb 2005 04:55:36 +0900, Tanaka Akira wrote: > In article <20050205145144.GA13678@ensemble.local >, > Sam Roberts writes: > > Perhaps #subdomain? > The term "subdomain" is good. > > But I feel two possibile meanings with A.subdomain?(B) : > > * A is a subdomain of B > * B is a subdomain of A > > Is it clear for native speakers? Might I suggest #include? instead? Thus, (using <> strings to represent instances of the class under discussion): <.ca>.include?() # => true .include?() # => true But, I don't use this functionality at all, so you can safely ignore my suggestion here. -austin -- Austin Ziegler * halostatue@gmail.com * Alternate: austin@halostatue.ca