summaryrefslogtreecommitdiff
path: root/prelude.rb
diff options
context:
space:
mode:
authorJeremy Evans <[email protected]>2022-01-14 13:02:46 -0800
committerJeremy Evans <[email protected]>2022-02-17 08:54:07 -0800
commit4c366ec9775eb6acb3fcb3b88038d051512c75a2 ()
treeb36d45da1bdb3ccce9ca0d9d4a86852c23fa9299 /prelude.rb
parent4113862c0068a8a95d752f5fdf14980f92cd41d7 (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