mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
It's very unlikely to hit this case, but it is possible, as
Thread::Backtrace::Location#path can return nil if the location is
a cfunc with no previous iseq. See location_path in vm_backtrace.c
in Ruby.
|
||
|---|---|---|
| .. | ||
| kernel_gem.rb | ||
| kernel_require.rb | ||
| kernel_warn.rb | ||