module Diff::LCS
def sdiff(other, callbacks = nil, &block)
Returns the balanced ("side-by-side") difference set between +self+ and
def sdiff(other, callbacks = nil, &block) Diff::LCS.sdiff(self, other, callbacks, &block) end
def sdiff(other, callbacks = nil, &block) Diff::LCS.sdiff(self, other, callbacks, &block) end