# File lib/xhtmldiff.rb, line 23
def
==
other
res
=
other
.
to_s
.
strip
==
self
.
to_s
.
strip
res
end