class Diff::LCS::Block

def diff_size

def diff_size
  (@insert.size - @remove.size).abs
end