# File lib/diff/lcs.rb, line 164
164:   def diff(other, callbacks = nil, &block)
165:     Diff::LCS::diff(self, other, callbacks, &block)
166:   end