In article <Pine.LNX.4.61.0502240635380.25193 / wobblini>, David A. Black <dblack / wobblini.net> 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