lib/braintree/xml/rexml.rb in braintree-4.15.0 vs lib/braintree/xml/rexml.rb in braintree-4.16.0

- old
+ new

@@ -1,9 +1,9 @@ # Portions of this code were copied and modified from Ruby on Rails, released # under the MIT license, copyright (c) 2005-2009 David Heinemeier Hansson module Braintree - module Xml # :nodoc: - module Rexml # :nodoc: + module Xml + module Rexml CONTENT_KEY = "__content__".freeze def self.parse(string) require "rexml/document" unless defined?(REXML::Document)