lib/braintree/successful_result.rb in braintree-1.1.0 vs lib/braintree/successful_result.rb in braintree-1.1.1

- old
+ new

@@ -25,10 +25,10 @@ end end def inspect # :nodoc: inspected_attributes = @attrs.map { |attr| "#{attr}:#{send(attr).inspect}" } - "#<#{self.class} #{inspected_attributes}>" + "#<#{self.class} #{inspected_attributes.join(" ")}>" end # Always returns true. def success? true