| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
And of course, some of them fail miserably
|
|
|
|
Currently kind_of fails miserably, still looking for the reason
|
|
|
|
|
|
For modules this check didn't exist yet. Also call #inspect.
|
|
patch from @cremno; fix #2613
|
|
|
|
|
|
|
|
for block argument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|