Method: Diff::LCS#diff

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

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

Returns the difference set between self and other. See Diff::LCS#diff.



164
165
166
# File 'lib/gems/diff-lcs-1.1.2/lib/diff/lcs.rb', line 164

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