# File lib/ansi/diff.rb, line 67
def
join
(
separator
=
$/
)
"#{@diff1}#{separator}#{@diff2}"
end