class Nokogiri::XML::NodeSet

def after(datum)

Insert +datum+ after the last Node in this NodeSet
##
def after(datum)
  last.after(datum)
end