class TraceTree::Point::Threadbegin
Public Class Methods
event_class_method()
click to toggle source
# File lib/trace_tree/point/threadbegin.rb, line 5 def self.event_class_method [:thread_begin, nil, nil] end
Public Instance Methods
call_symbol()
click to toggle source
# File lib/trace_tree/point/threadbegin.rb, line 17 def call_symbol '' end
class_name()
click to toggle source
# File lib/trace_tree/point/threadbegin.rb, line 9 def class_name '' end
method_name()
click to toggle source
# File lib/trace_tree/point/threadbegin.rb, line 13 def method_name :thread_run end