class Diff::LCS::HTMLDiff::Callbacks

def match(event)

This will be called with both lines are the same
def match(event)
  @output << htmlize(event.old_element, :match_class)
end