lib/nokogiri/diff/xml/document.rb in nokogiri-diff-0.2.0 vs lib/nokogiri/diff/xml/document.rb in nokogiri-diff-0.3.0

- old
+ new

@@ -1,5 +1,7 @@ -require 'nokogiri/diff/xml/node' +# frozen_string_literal: true + +require_relative 'node' class Nokogiri::XML::Document < Nokogiri::XML::Node # # Overrides `tdiff` to only compare the child nodes of the document.