24 25 26
# File 'lib/tree_graph.rb', line 24 def children_for_tree_graph EMPTY_ARRAY end
20 21 22
# File 'lib/tree_graph.rb', line 20 def label_for_tree_graph to_s end