Module: TraceTree::LuxuryReturnValue
- Includes:
- ReturnValue
- Defined in:
- lib/trace_tree/return_value.rb
Constant Summary
collapse
- JS =
File.read File.expand_path('../console.js', __FILE__)
- CSS =
File.read File.expand_path('../console.css', __FILE__)
Constants included
from ReturnValue
ReturnValue::BLANK, ReturnValue::NEED_PP
Instance Method Summary
collapse
#data_for_tree_html, formatted
Instance Method Details
#body_js_for_tree_html ⇒ Object
75
76
77
|
# File 'lib/trace_tree/return_value.rb', line 75
def body_js_for_tree_html
super + [{text: JS}]
end
|
#css_for_tree_html ⇒ Object
71
72
73
|
# File 'lib/trace_tree/return_value.rb', line 71
def css_for_tree_html
super + CSS
end
|