lib/danica/operator.rb in danica-2.7.5 vs lib/danica/operator.rb in danica-2.7.6

- old
+ new

@@ -20,9 +20,10 @@ default_value :priority, 4 default_value :is_grouped?, false def ==(other) return false unless other.class == self.class + variables == other.variables end end end