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

- old
+ new

@@ -15,9 +15,10 @@ @content = content end def ==(other) return content == other unless other.is_a?(self.class) + content == other.content end end end