mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
11cb41770d
Also tried to fix it, however the problem lies with how aliased methods are done and their internal structure. mruby simply aliases methods by grabbing the RProc and giving it a new name, super then determines the original method to call by using the name so a method called m, aliased as m2, will call the m2 super method instead of m
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test