From: ptkwt@... (Phil Tomson) Date: 2005-02-25T00:15:09+09:00 Subject: Re: a new delegation technique :-) In article , David A. Black wrote: >Hi -- > >This probably lies somewhere between obfuscated and pointless, but I >thought it was a fun example of Ruby's nimbleness: > > > class C > attr_reader :to_s > def initialize(str) > @to_s = str > end > end > > s = C.new("hello") > puts s # hello > >:-) Cool. I read the subject of your post and thought that perhaps you were going to ask if someone else would organize RubyConf this year ;-) Phil