ruby Nokogiri xpath obtenir le contenu du noeud

J'ai un code comme ceci

@doc = Nokogiri::HTML(open(url)
@doc.xpath(query).each do |html|

  puts html # how get content of a node
end

et ma question est de savoir comment obtenir le contenu du nœud, car maintenant j'ai qqch comme ça.

<li class="stat">

OriginalL'auteur John | 2011-03-21