<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -24,6 +24,9 @@ describe &quot;Struct#hash&quot; do
       car[:make] = car
       similar_car[:make] = car
       car.hash.should == similar_car.hash
+      # This is because car.eql?(similar_car).
+      # Objects that are eql? must return the same hash.
+      # See the Struct#eql? specs
     end
   end
 </diff>
      <filename>core/struct/hash_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7f85438e4c557f0261ae2a950d5371d0fc7ecd64</id>
    </parent>
  </parents>
  <author>
    <name>Marc-Andre Lafortune</name>
    <email>github@marc-andre.ca</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/95b10261aff50f34bea972f844349c5378aa1822</url>
  <id>95b10261aff50f34bea972f844349c5378aa1822</id>
  <committed-date>2009-11-10T14:20:09-08:00</committed-date>
  <authored-date>2009-11-10T14:20:09-08:00</authored-date>
  <message>Struct#hash: added comments</message>
  <tree>9b51df6df2f5d6b0c69e15f0c173e3f7aeacbdaf</tree>
  <committer>
    <name>Marc-Andre Lafortune</name>
    <email>github@marc-andre.ca</email>
  </committer>
</commit>
