class IRB::CallTracer

常量

IRB_DIR

公共实例方法

skip?(tp) 点击以切换源代码
调用超类方法
# File irb/ext/tracer.rb, line 19
def skip?(tp)
  super || tp.path.match?(IRB_DIR) || tp.path.match?('<internal:prelude>')
end