diff options
author | Takashi Kokubun <[email protected]> | 2024-11-12 20:47:48 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2024-11-13 12:27:26 -0800 |
commit | 01db456196e17eb067f70eb1d4fceba143a51c01 () | |
tree | 93676cc4ad94e59998f8b273cd18bfecc08b517f /iseq.c | |
parent | c9a5a71695af4596346e70f29dddb9ddb6106177 (diff) |
Move Array#map to Ruby
Co-Authored-By: Aaron Patterson <[email protected]>
Notes: Merged: https://.com/ruby/ruby/pull/12074
-rw-r--r-- | iseq.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2749,6 +2749,7 @@ rb_iseq_disasm_recursive(const rb_iseq_t *iseq, VALUE indent) disasm_builtin_attr(str, iseq, LEAF); disasm_builtin_attr(str, iseq, SINGLE_NOARG_LEAF); disasm_builtin_attr(str, iseq, INLINE_BLOCK); } rb_str_cat2(str, "\n"); |