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