module Hpricot::Traverse
def following
def following sibs = parent.children si = sibs.index(self) + 1 return Elements[*sibs[si...sibs.length]] end
def following sibs = parent.children si = sibs.index(self) + 1 return Elements[*sibs[si...sibs.length]] end