From: "David A. Black" Date: 2005-10-14T08:51:37+09:00 Subject: Re: Challenging Project ... Need a deep guru to provide enlightenment. Hi -- On Fri, 14 Oct 2005, Ara.T.Howard wrote: > a = String::new 'forty-two' > b = Proxy::new a That's not the original problem, though. It was: a = String b = Proxy.new(a) I guess you have the same hunch I do, that it was actually meant to be String.new. David -- David A. Black dblack@wobblini.net