Returns a list of names of all child nodes
102 103 104
# File 'lib/wiretap.rb', line 102 def ls children.map {|c| c.name} end