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