<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,5 @@
-2009-06-21 (0.4.0)
+2009-06-21 (0.3.2)
     * Bug [#26276] improper two_pair? behavior. Applied patch by Uro.
-    * Renamed Deck.shuffle to Deck.shuffle! in the sample Deck class
     * Changed protected methods in PokerHand to private
     * Added natural_value method to Card
 </diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -8,10 +8,10 @@ class Deck
         @cards.push(Card.new(face.chr, suit.chr))
       end
     end
-    shuffle!
+    shuffle
   end
   
-  def shuffle!
+  def shuffle
     @cards = @cards.sort_by { rand }
     return self
   end</diff>
      <filename>examples/deck.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2596a4d90a99cee8f62c1fb014b98ff266fc2c5e</id>
    </parent>
  </parents>
  <author>
    <name>Robert Olson</name>
    <email>rob@thinkingdigitally.com</email>
  </author>
  <url>http://github.com/robolson/ruby-poker/commit/2276c257d02d1ec491071487ec0680bce5f3ef1b</url>
  <id>2276c257d02d1ec491071487ec0680bce5f3ef1b</id>
  <committed-date>2009-06-21T01:38:43-07:00</committed-date>
  <authored-date>2009-06-21T01:38:43-07:00</authored-date>
  <message>Rescind my decision to add a ! to the end of the
shuffle method in Deck. http://is.gd/17QgF</message>
  <tree>c93765db4ac40894a13b924911154ceb2b9a0452</tree>
  <committer>
    <name>Robert Olson</name>
    <email>rob@thinkingdigitally.com</email>
  </committer>
</commit>
