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