# File lib/xhtmldiff.rb, line 129 def change(event) @output << wrap(event.old_element, 'del') @output << wrap(event.new_element, 'ins') end