lib/danica/wrapper/negative.rb in danica-2.7.5 vs lib/danica/wrapper/negative.rb in danica-2.7.6
- old
+ new
@@ -25,9 +25,10 @@
"-#{wrap_as_group(value).to(*args)}"
end
def ==(other)
return false unless other.class == self.class
+
value == other.value
end
end
end