DEBUGGER__::Tracer
# File debug-1.4.0/lib/debug/tracer.rb, line 157 def setup @tracer = TracePoint.new(:raise) do |tp| next if skip?(tp) exc = tp.raised_exception out tp, " #{colorize_magenta(exc.inspect)}" rescue Exception => e p e end end
# File debug-1.4.0/lib/debug/tracer.rb, line 169 def skip_with_pattern?(tp) super && !tp.raised_exception.inspect.match?(@pattern) end
This page was generated for Ruby 3.1.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.