# File lib/diff/lcs/callbacks.rb, line 134 def discard_b(event) @hunk << Diff::LCS::Change.new('+', event.new_position, event.new_element) end