From: Joel VanderWerf Date: 2009-08-31T12:09:08+09:00 Subject: [ruby-core:25213] Re: Module#prepend and Array#prepend Yehuda Katz wrote: > class Person > prepend Exclaimer > end Is there some way to make the relationship more visually obvious? class Person > Exclaimer end class Person self >> Exclaimer end Whatever you call it, I like the idea--it beats extending each instance with the module. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407