Files
mruby-mruby/mrbgems
Yukihiro "Matz" Matsumoto db30b0636f mruby-array-ext: use NONE.equal?() for NONE comparison; fix #6262
The equal (`==`) method of the comparison target might be redefined
(the root cause of #6262), and not supposed to be compared with NONE.
To reduce chance for the problem, we use `NONE.equal?()` for comparison.
2024-05-10 20:37:01 +09:00
..
2023-05-22 12:05:35 +09:00
2024-01-20 22:07:29 +09:00
2022-11-19 17:11:56 +09:00
2020-12-21 21:48:50 +09:00