# File lib/diff/lcs/change.rb, line 73
  def deleting?
    @action == '-'
  end