class Diff::LCS::HTMLDiff::Callbacks

def discard_a(event)

This will be called when there is a line in A that isn't in B
def discard_a(event)
  @output << htmlize(event.old_element, :only_a_class)
end