Class: TraceTree::Point::Omitted
- Inherits:
-
TraceTree::Point
- Object
- TraceTree::Point
- TraceTree::Point::Omitted
- Defined in:
- lib/trace_tree/point/omit.rb
Constant Summary
Constants inherited from TraceTree::Point
Constants included from TreeHtmlable
Instance Attribute Summary
Attributes inherited from TraceTree::Point
#config, #current, #frame_env, #terminal, #thread
Class Method Summary collapse
Instance Method Summary collapse
- #class_and_method ⇒ Object
-
#initialize ⇒ Omitted
constructor
A new instance of Omitted.
- #source_location ⇒ Object
Methods inherited from TraceTree::Point
#<<, #_class_and_method, #arg, #arguments, #b_call?, bases, #c_call?, cache_event_class_method!, #call_symbol, #callees, #class?, #class_name, class_of?, #end_of_trace?, hashify, inherited, initialize_clone, #inspect, #method_defined_by_define_method?, #method_missing, #method_name, #return_value, #terminate?, #thread?, #thread_relative?, #to_h, #x_return?
Methods included from TreeHtmlable
#body_js_for_tree_html, #children_for_tree_html, #css_for_tree_html, #data_for_tree_html, #label_for_tree_html
Methods included from TreeGraphable
#children_for_tree_graph, #label_for_tree_graph
Constructor Details
#initialize ⇒ Omitted
Returns a new instance of Omitted.
5 6 |
# File 'lib/trace_tree/point/omit.rb', line 5 def initialize end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class TraceTree::Point
Class Method Details
.event_class_method ⇒ Object
16 17 18 |
# File 'lib/trace_tree/point/omit.rb', line 16 def self.event_class_method :omitted end |
Instance Method Details
#class_and_method ⇒ Object
8 9 10 |
# File 'lib/trace_tree/point/omit.rb', line 8 def class_and_method ' - -' end |
#source_location ⇒ Object
12 13 14 |
# File 'lib/trace_tree/point/omit.rb', line 12 def source_location '-' end |