class TraceTree::Point::Omitted

Public Class Methods

event_class_method() click to toggle source
# File lib/trace_tree/point/omit.rb, line 16
def self.event_class_method
  :omitted
end
new() click to toggle source
# File lib/trace_tree/point/omit.rb, line 5
def initialize
end

Public Instance Methods

class_and_method() click to toggle source
# File lib/trace_tree/point/omit.rb, line 8
def class_and_method
  ' - -'
end
source_location() click to toggle source
# File lib/trace_tree/point/omit.rb, line 12
def source_location
  '-'
end