thr.backtrace_locations(*args) â array or nil
Instance Public methods
Returns the execution stack for the target threadâan array containing backtrace location objects.
See Thread::Backtrace::Location for more information.
This method behaves similarly to Kernel#caller_locations except it applies to a specific thread.
Please login to continue.