Files
mruby-mruby/test/t
dearblue f0cd35c78b Passes the nonexistent key as a block argument in Array#delete
```ruby
a = %w(R G B A)
p a.delete("Y") { _1 }
# BEFORE => nil (same for mruby 3.3)
# AFTER  => "Y" (same for CRuby)
```
2024-05-10 22:46:11 +09:00
..
2021-11-26 12:18:41 +09:00
2021-03-01 10:06:17 +10:00
2024-04-21 22:21:57 +10:00
2022-10-31 16:25:56 +10:00
2021-03-01 10:06:17 +10:00
2022-10-31 16:25:56 +10:00
2024-03-27 21:39:32 +09:00
2020-10-12 16:21:43 +09:00
2021-03-01 10:06:17 +10:00
2019-01-05 20:41:09 +09:00
2021-05-03 15:30:59 +09:00
2021-06-16 08:34:54 +10:00