<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/as_buggery_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -285,11 +285,7 @@ class ToHashParser
   end
 end
 
-class Hash
-  def self.from_xml(xml)
-    ToHashParser.from_xml(xml)
-  end
-  
+class Hash  
   # @return &lt;String&gt; This hash as a query string
   #
   # @example</diff>
      <filename>lib/core_extensions.rb</filename>
    </modified>
    <modified>
      <diff>@@ -95,7 +95,7 @@ module HTTParty
         return nil if body.nil? or body.empty?
         case format
         when :xml
-          Hash.from_xml(body)
+          ToHashParser.from_xml(body)
         when :json
           JSON.parse(body)
         else</diff>
      <filename>lib/httparty/request.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8591270358c71ccf300c2ab813d107212c05f858</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/fc44b0b75a8ed321bc7f89f6dfa54fcae24b4723</url>
  <id>fc44b0b75a8ed321bc7f89f6dfa54fcae24b4723</id>
  <committed-date>2008-12-08T18:14:49-08:00</committed-date>
  <authored-date>2008-12-08T18:14:49-08:00</authored-date>
  <message>Removed Hash#from_xml method from HTTParty and added regression spec to make sure HTTParty doesn't foobar ActiveSupport.</message>
  <tree>2b065823cf1061de601296d1834877ac30fc8b19</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
