lib/braintree/document_upload.rb in braintree-3.3.0 vs lib/braintree/document_upload.rb in braintree-3.4.0

- old
+ new

@@ -28,10 +28,10 @@ end class << self protected :new def _new(*args) # :nodoc: - self.new *args + self.new(*args) end end end end