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