From: ts Date: 2004-01-01T23:38:42+09:00 Subject: Re: More questions about =~ >>>>> "G" == GGarramuno writes: G> I am obviously missing some other method that =~ uses, right? Yes, internally ruby is optimized to call directly the C function rather than calling the ruby method. Guy Decoux