Sha256: c016c99312a2ebe4ba1aa98abcc2995f7085db9d015d69a1b66f4b21b98fd68d

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

# Boilerplate to pull shared object and helper routines.
if RUBY_VERSION == '1.9.2'
  require_relative '../ext/thread_frame'
end
require_relative 'iseq_extra'

RubyVM::ThreadFrame = RubyVM::Frame
class Thread
  # For compatibility with old stuff
  alias tracing tracing? 
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rb-threadframe-0.40 lib/thread_frame.rb