module Diff::LCS

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

+other+. See Diff::LCS#sdiff.
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