lib/om/xml/dynamic_node.rb in om-3.0.3 vs lib/om/xml/dynamic_node.rb in om-3.0.4

- old
+ new

@@ -117,10 +117,10 @@ def inspect val.inspect end def ==(other) - val == other + other == val end def eql?(other) self == other end