From: jake kaiden Newsgroups: comp.lang.ruby Subject: Re: Help on hashing multiple keys and values Date: Wed, 13 Apr 2011 21:05:37 -0500 Organization: Service de news de lacave.net Lines: 15 Message-ID: <6d7699c88b7487ed4b3122007b620cd0@ruby-forum.com> References: <928715e0c5481a49668ff17d33936bbf@ruby-forum.com> <4da64acd$0$2446$afc38c87@news.optusnet.com.au> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1302747024 63814 65.111.164.187 (14 Apr 2011 02:10:24 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Thu, 14 Apr 2011 02:10:24 +0000 (UTC) In-Reply-To: <4da64acd$0$2446$afc38c87@news.optusnet.com.au> X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 381492 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <6d7699c88b7487ed4b3122007b620cd0@ruby-forum.com> Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!feed.ac-versailles.fr!talisker.lacave.net!lacave.net!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:2814 Clifford Heath wrote in post #992634: > You don't need to use "#{some-string}" to make a string into a string, haha, i scabbed this together from something else! there's a lot of unnecessary weirdness going on... this works just as well of course: hash [parts[0]] << parts[1] -j -- Posted via http://www.ruby-forum.com/.