class Nokogiri::XML::NodeSet

def length # :nodoc:

:nodoc:
def length # :nodoc:
  cstruct.pointer.null? ? 0 : cstruct[:nodeNr]
end