# File lib/diff/lcs/callbacks.rb, line 302
302:   def initialize #:yields self:
303:     @diffs = []
304:     yield self if block_given?
305:   end