class IRB::CallTracer
Constants
- IRB_DIR
Public Instance Methods
Source
# File bundled-src/irb-1.16.0/lib/irb/ext/tracer.rb, line 19 def skip?(tp) super || tp.path.match?(IRB_DIR) || tp.path.match?('<internal:prelude>') end
Calls superclass method