lib/thread_frame.rb in rb-threadframe-0.40 vs lib/thread_frame.rb in rb-threadframe-0.41

- old
+ new

@@ -1,9 +1,11 @@ # Boilerplate to pull shared object and helper routines. -if RUBY_VERSION == '1.9.2' - require_relative '../ext/thread_frame' -end require_relative 'iseq_extra' + +class RubyVM::Frame + VERSION = '0.41' +end + RubyVM::ThreadFrame = RubyVM::Frame class Thread # For compatibility with old stuff alias tracing tracing?