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