diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-07-30 10:11:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-30 10:11:10 -0700 |
| commit | 2cd10de33097d44f85a42bcde0f8bf17c90cd53a (patch) | |
| tree | 221d1237964ae879b37eb4352e6c2d0fa950eac7 /array.rb | |
| parent | 4263c49d1ce61a4e8d1a84cc144d4185ccf935f9 (diff) | |
ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)
Diffstat (limited to 'array.rb')
| -rw-r--r-- | array.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ class Array indexes end - with_yjit do + with_jit do if Primitive.rb_builtin_basic_definition_p(:each) undef :each |
