lib/braintree/validation_error.rb in braintree-4.15.0 vs lib/braintree/validation_error.rb in braintree-4.16.0
- old
+ new
@@ -16,10 +16,10 @@
end
set_instance_variables_from_hash error_hash
end
- def inspect # :nodoc:
+ def inspect
"#<#{self.class} (#{code}) #{message}>"
end
end
end