# File lib/ruby_fogbugz/adapters/xml/cracker.rb, line 8
        def self.parse(xml)
          Crack::XML.parse(xml)['response']
        end