ruby / debug

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

Stop assuming Array#each is written in C #1061

Closed k0kubun closed 10 months ago

k0kubun commented 10 months ago

Same as https://github.com/ruby/debug/pull/1015, but for Array#each.

We're thinking of rewriting it in Ruby, and I'd like to avoid failing on test-bundled-gems in the PR.