From: rak rok Date: 2006-07-27T13:44:26+09:00 Subject: Re: Issue extending a delegated class > You really want b's delegated object to have a new #two -- so: > > class << b.__getobj__ > def two > puts "custom" > end > end Awesome, I didn't know about __getobj__, thanks a lot. -rak- PS. Thanks for a great book!