# File lib/graphviz/family_tree/person.rb, line 115 def kids( *z ) GraphViz::FamilyTree::Couple.new( @graph, @node, [self] ).kids( *z ) end