Returns the difference set between self and other. See Diff::LCS#diff.
self
other
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