ruby / debug

Debugging functionality for Ruby
BSD 2-Clause "Simplified" License
1.14k stars 127 forks source link

Stop assuming Integer#times is written in C #1015

Closed k0kubun closed 1 year ago

k0kubun commented 1 year ago

I rewrote Integer#times in Ruby https://github.com/ruby/ruby/pull/8388, so this test needs to use another method.