diff options
author | Jeremy Evans <[email protected]> | 2022-01-14 13:02:46 -0800 |
---|---|---|
committer | Jeremy Evans <[email protected]> | 2022-02-17 08:54:07 -0800 |
commit | 4c366ec9775eb6acb3fcb3b88038d051512c75a2 () | |
tree | b36d45da1bdb3ccce9ca0d9d4a86852c23fa9299 /prelude.rb | |
parent | 4113862c0068a8a95d752f5fdf14980f92cd41d7 (diff) |
Add Thread.each_caller_location
This method takes a block and yields Thread::Backtrace::Location objects to the block. It does not take arguments, and always starts at the default frame that caller_locations would start at. Implements [Feature #16663]
Notes: Merged: https://.com/ruby/ruby/pull/5445
0 files changed, 0 insertions, 0 deletions