Sha256: b12ecd5f411c52239c4489bfae0f891413871c0c69465a9271b73137fed9edfb

Contents?: true

Size: 298 Bytes

Versions: 27

Compression:

Stored size: 298 Bytes

Contents

class TraceTree
  class Point
    class Threadbegin < Point

      def self.event_class_method
        [:thread_begin, nil, nil]
      end

      def class_name
        ''
      end

      def method_name
        :thread_run
      end

      def call_symbol
        ''
      end

    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
trace_tree-0.2.10 lib/trace_tree/point/threadbegin.rb
trace_tree-0.2.9 lib/trace_tree/point/threadbegin.rb
trace_tree-0.2.8 lib/trace_tree/point/threadbegin.rb
trace_tree-0.2.7 lib/trace_tree/point/threadbegin.rb
trace_tree-0.2.3 lib/trace_tree/point/threadbegin.rb
trace_tree-0.2.2 lib/trace_tree/point/threadbegin.rb
trace_tree-0.2.1 lib/trace_tree/point/threadbegin.rb