diff options
| author | Corey Powell <[email protected]> | 2015-07-13 10:42:33 -0500 |
|---|---|---|
| committer | Corey Powell <[email protected]> | 2015-07-13 10:45:57 -0500 |
| commit | 11cb41770dc7b36edac0af1e6784bd40d1c8243c (patch) | |
| tree | 8f0498d5b738a89365e0c9e736f27fa706f451c0 /src/kernel.c | |
| parent | 81a2b3431c63c969f73e6c0eeaa968acbace0e44 (diff) | |
| download | mruby-11cb41770dc7b36edac0af1e6784bd40d1c8243c.tar.gz mruby-11cb41770dc7b36edac0af1e6784bd40d1c8243c.zip | |
Space out test_prepend_super_in_alias assert
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
Diffstat (limited to 'src/kernel.c')
0 files changed, 0 insertions, 0 deletions
