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