Skip to content
  • Jeremy Evans's avatar
    4c366ec9
    Add Thread.each_caller_location · 4c366ec9
    Jeremy Evans authored
    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]
    4c366ec9
    Add Thread.each_caller_location
    Jeremy Evans authored
    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]
Loading