module Diff::LCS

def diff(other, callbacks = nil, &block)

Diff::LCS#diff.
Returns the difference set between +self+ and +other+. See
def diff(other, callbacks = nil, &block)
  Diff::LCS.diff(self, other, callbacks, &block)
end