<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: array code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Tue, 07 Oct 2008 17:23:29 GMT</pubDate>
    <description>DZone Snippets: array code</description>
    <item>
      <title>Zip two Arrays together into a Hash</title>
      <link>http://snippets.dzone.com/posts/show/406</link>
      <description>Found this here: &lt;br /&gt;&lt;br /&gt;http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/122906&lt;br /&gt;&lt;code&gt; &lt;br /&gt;def Hash.from_pairs_e(keys,values)&lt;br /&gt;  hash = {}&lt;br /&gt;  keys.size.times { |i| hash[ keys[i] ] = values[i] }&lt;br /&gt;  hash&lt;br /&gt;end &lt;/code&gt;</description>
      <pubDate>Tue, 21 Jun 2005 15:08:49 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/406</guid>
      <author>Babbage (Patrick Hall)</author>
    </item>
  </channel>
</rss>
