mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
db30b0636f
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.