<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -697,11 +697,9 @@ class Array
     # what level it belongs at.
     str = &quot;&quot;
     return size if Thread.detect_recursion self do
-      i = 0
-      while(i &lt; size)
-        curr = at(i)
-        str.append curr.hash.to_s
-        i+=1
+      i = to_iter
+      while i.next
+        str.append i.item.hash.to_s
       end
     end
     str.hash</diff>
      <filename>kernel/common/array.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>046e04f2008c4de85c9f7d57be5f40d11db072a4</id>
    </parent>
  </parents>
  <author>
    <name>Charles Comstock</name>
    <email>dgtized@gmail.com</email>
  </author>
  <url>http://github.com/evanphx/rubinius/commit/a0bd2026fb8c8039a7efcfa5fc159bf7eca299d8</url>
  <id>a0bd2026fb8c8039a7efcfa5fc159bf7eca299d8</id>
  <committed-date>2009-07-09T11:49:07-07:00</committed-date>
  <authored-date>2009-07-09T11:49:07-07:00</authored-date>
  <message>convert Array#hash to use Array::Iterator</message>
  <tree>e363b0269bc7c5f54dd272d8a4260c011f0d420f</tree>
  <committer>
    <name>Charles Comstock</name>
    <email>dgtized@gmail.com</email>
  </committer>
</commit>
