class Diff::LCS::Block

def diff_size

def diff_size
  @insert.size - @remove.size
end