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