# File lib/diff/lcs.rb, line 158 158: def lcs(other, &block) #:yields self[ii] if there are matched subsequences: 159: Diff::LCS.LCS(self, other, &block) 160: end