spec icon indicating copy to clipboard operation
spec copied to clipboard

Ruby 3.1: Add specs for `Thread::Backtrace.limit`

Open ytjmt opened this issue 3 years ago • 0 comments

This PR adds specs for Feature #17479

From:

Thread::Backtrace

  • Thread::Backtrace.limit, which returns the value to limit backtrace length set by --backtrace-limit command line option, is added. [Feature #17479]

I've confirmed the default value is -1. https://docs.ruby-lang.org/en/master/Thread/Backtrace.html

The defalt is -1 which means unlimited backtraces.

ytjmt avatar Oct 12 '22 14:10 ytjmt