Project

General

Profile

« Previous | Next » 

Revision 4c366ec9

Added by jeremyevans (Jeremy Evans) over 3 years ago

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]