From: Joel VanderWerf Date: 2007-05-22T07:15:34+09:00 Subject: Re: double extend of object ara.t.howard wrote: > > does anyone know if this can be relied upon? Is this the part you are really asking about? module M; end c = Object.new c.extend M c.extend M.dup class << c; p ancestors; end # ==> [#, M, Object, Kernel] -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407