From: nobu.nokada@... Date: 2004-01-29T12:27:44+09:00 Subject: Re: I'm... confused Hi, At Thu, 29 Jan 2004 12:21:26 +0900, Michael campbell wrote: > Specifically, the value pointed to by the :b key of x. Does > ruby automatically coerce "x => y, ..." forms into: "{ x => > y, ...}" ? Yes, => always means hash element. > I more or less expected it to be {:a=>"foo", :b=>[:c, "c", > :d, "d"]}, but maybe that's my perl background showing. More or less, Ruby differs from Perl. -- Nobu Nakada