module TraceTree::LuxuryReturnValue

Constants

CSS
JS

Public Instance Methods

body_js_for_tree_html() click to toggle source
Calls superclass method
# File lib/trace_tree/return_value.rb, line 75
def body_js_for_tree_html
  super + [{text: JS}]
end
css_for_tree_html() click to toggle source
Calls superclass method
# File lib/trace_tree/return_value.rb, line 71
def css_for_tree_html
  super + CSS
end