Use `__send__` instead of `send` in a Range test.
This assertion is accidentaly passed because `send` was removed from mruby core so `NoMethodError` is raised and `NoMethodError` is subclass of `NameError`.
Showing
Please register or sign in to comment