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

- old
+ new

@@ -16,10 +16,10 @@ attr_reader :updated_at class << self protected :new def _new(*args) # :nodoc: - self.new *args + self.new(*args) end end def initialize(attributes) # :nodoc: set_instance_variables_from_hash(attributes)