# File lib/uber-s3/util/xml_document.rb, line 37 def initialize(xml) self.doc = Nokogiri::XML(xml) doc.remove_namespaces! end