18 19 20
# File 'lib/tree_html.rb', line 18 def label_for_tree_html CGI::escapeHTML(to_s) end
14 15 16
# File 'lib/tree_html.rb', line 14 def li_for_tree_html "<li>#{NO_CHECKBOX}<a>#{label_for_tree_html}</a></li>" end