# File lib/diff/lcs/block.rb, line 21
  def diff_size
    @insert.size - @remove.size
  end