From: Marek Janukowicz Date: 2003-11-17T10:22:50+09:00 Subject: Re: Old style assignment On Mon, 10 Nov 2003 08:34:31 -0700, Michael Thomas wrote: > I got the following warning. Can anyone tell me what the new style is? > TIA!!! > > resp, data = h.get('/index.html', nil ) > net/http: warning: old style assignment found at ./test.rb:6 resp = h.get('/index.html', nil ) data = resp.data -- Marek Janukowicz