# File lib/httparty/parsers.rb, line 3
    def self.parse(body)
      Crack::XML.parse(body)
    end