app/display.rb in trepanning-0.1.4 vs app/display.rb in trepanning-0.1.6
- old
+ new
@@ -164,10 +164,10 @@
mgr.all.each {|line| puts line}
puts '=' * 40
end
require 'thread_frame'
- frame = RubyVM::ThreadFrame::current
+ frame = RubyVM::Frame::current
x = 1
mgr.add(frame, 'x > 1')
puts "Number of displays %s" % mgr.size
puts "Max Number %d" % mgr.max