模組 IRB::Debug::SkipPathHelperForIRB

公開實例方法

skip_internal_path?(path) 按一下以切換來源
呼叫超類別方法
# File lib/irb/debug.rb, line 91
def skip_internal_path?(path)
  # The latter can be removed once https://github.com/ruby/debug/issues/866 is resolved
  super || path.match?(IRB_DIR) || path.match?('<internal:prelude>')
end