Module: TraceTree::TreeHtmlable

Includes:
TreeHtml
Included in:
Point
Defined in:
lib/trace_tree/tree_htmlable.rb

Instance Method Summary collapse

Instance Method Details

#children_for_tree_htmlObject



13
14
15
# File 'lib/trace_tree/tree_htmlable.rb', line 13

def children_for_tree_html
  callees
end

#css_for_tree_htmlObject



17
18
19
# File 'lib/trace_tree/tree_htmlable.rb', line 17

def css_for_tree_html
  '.highlight{color: #a50000;}'
end

#label_for_tree_htmlObject



9
10
11
# File 'lib/trace_tree/tree_htmlable.rb', line 9

def label_for_tree_html
  "<span class='highlight'>#{CGI::escapeHTML class_and_method}</span> #{CGI::escapeHTML source_location}"
end