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