Method: Diff::LCS#sdiff

Defined in:
lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb

#sdiff(other, callbacks = nil, &block) ⇒ Object

Returns the balanced (“side-by-side”) difference set between self and other. See Diff::LCS#sdiff.



170
171
172
# File 'lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb', line 170

def sdiff(other, callbacks = nil, &block)
  Diff::LCS::sdiff(self, other, callbacks, &block)
end