get some old builtin code backonline and improve imports

This commit is contained in:
Torsten Ruger
2014-09-09 18:03:13 +03:00
parent 61e80d4f28
commit 5a5e977b8f
11 changed files with 25 additions and 24 deletions

View File

@ -43,6 +43,7 @@ module Virtual
else
@@space = BootSpace.new
@@space.boot_classes! # boot is a verb here
@@space
end
end