lib/danica/wrapper/group.rb in danica-2.7.5 vs lib/danica/wrapper/group.rb in danica-2.7.6

- old
+ new

@@ -24,9 +24,10 @@ "(#{value.to_gnu(options)})" end def ==(other) return value == other unless other.is_a?(self.class) + value == other.value end end end