Hi,

In message "[ruby-talk:00459] Re: Now another totally different ;-)"
    on 99/07/12, Akira Endo <akendo / t3.rim.or.jp> writes:
>"p String.ancestors" gives [String, Indexed, Enumerable, Comparable,
>Object, Kernel].
>That means that the module Indexed is a Mix-in, such as a superclass,
>and the method [] is first searched in String.  This is added to
>RubyFAQ.

I've understood it. Thanks!

# I'm thankful to you for your FAQ editing too :-)

-- gotoken