# File lib/diff/lcs.rb, line 170
170:   def sdiff(other, callbacks = nil, &block)
171:     Diff::LCS::sdiff(self, other, callbacks, &block)
172:   end