# File lib/nokogiri/xml/node.rb, line 278 def after data fragment(data).children.to_a.reverse.each do |node| add_next_sibling node end self end