class Nokogiri::XML::NodeSet

def deconstruct


Since v1.14.0

Returns the members of this NodeSet as an array, to use in pattern matching.

:call-seq: deconstruct() → Array
def deconstruct
  to_a
end