| Class | Ruva::VM::Stack::BottomFrame |
| In: |
lib/ruva/stack.rb
|
| Parent: | Frame |
A special type of frame for the bottom frame. This is initialized by the VM at startup. It‘s job is simply to load up the main class and invoke the starting method (must be static). It can also be used to get any final result from the return of that method.