more renaming ripples

This commit is contained in:
Torsten Ruger
2014-08-22 18:00:23 +03:00
parent e398a6b053
commit 4783e6c326
10 changed files with 37 additions and 65 deletions

View File

@ -2,7 +2,7 @@
As of writing Kernel is an "old style" module, aka a bunch of functions.
These functions return their code, ie a Vm::Function object, which can then be called by ruby code as if it were a "normal"
These functions return their code, ie a Register::Function object, which can then be called by ruby code as if it were a "normal"
function.
A normal ruby function is one that is parsed and transformed to code. But not all functionality can be written in ruby,