# File lib/nokogiri/xml/node.rb, line 287
      def << node_or_tags
        add_child node_or_tags
        self
      end