From: Jeff Wood Date: 2005-10-14T09:03:02+09:00 Subject: Re: Challenging Project ... Need a deep guru to provide enlightenment. ------=_Part_10653_30537851.1129248161243 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Yeah, sorry. I mean ... a =3D 1 b =3D Proxy.new( a ) or a =3D "Hello, World" b =3D Proxy.new( a ) or a =3D MyComplicatedObject.new b =3D Proxy.new( a ) ... sorry for the mis-type ... j. On 10/13/05, David A. Black wrote: > > Hi -- > > On Fri, 14 Oct 2005, Ara.T.Howard wrote: > > > a =3D String::new 'forty-two' > > b =3D Proxy::new a > > That's not the original problem, though. It was: > > a =3D String > b =3D 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 > > -- "http://ruby-lang.org -- do you ruby?" Jeff Wood ------=_Part_10653_30537851.1129248161243--