# File lib/diff/lcs/change.rb, line 69
  def adding?
    @action == '+'
  end