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