# File lib/htmldiff.rb, line 312
  def diff(a, b)
    DiffBuilder.new(a, b).build
  end