# File lib/diff/lcs/block.rb, line 35
35:
def
diff_size
36:
@insert
.
size
-
@remove
.
size
37:
end