class TraceTree::Point::Threadend

Public Class Methods

event_class_method() click to toggle source
# File lib/trace_tree/point/threadend.rb, line 5
def self.event_class_method
  [:thread_end, nil, nil]
end

Public Instance Methods

call_symbol() click to toggle source
# File lib/trace_tree/point/threadend.rb, line 17
def call_symbol
  ''
end
class_name() click to toggle source
# File lib/trace_tree/point/threadend.rb, line 9
def class_name
  ''
end
method_name() click to toggle source
# File lib/trace_tree/point/threadend.rb, line 13
def method_name
  :thread_run
end