Method: Constree::Node#label_for_tree_html

Defined in:
lib/constree/node.rb

#label_for_tree_htmlObject



19
20
21
# File 'lib/constree/node.rb', line 19

def label_for_tree_html
  "<span class='hl'>#{display_name}</span> #{verbose}"
end