lib/irb/ext/tracer.rb in irb-1.6.3 vs lib/irb/ext/tracer.rb in irb-1.6.4
- old
+ new
@@ -7,10 +7,9 @@
begin
require "tracer"
rescue LoadError
$stderr.puts "Tracer extension of IRB is enabled but tracer gem doesn't found."
module IRB
- TracerLoadError = true
class Context
def use_tracer=(opt)
# do nothing
end
end