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