minor fixes

This commit is contained in:
Torsten Ruger
2017-01-15 14:44:11 +02:00
parent 85eec2f3cb
commit 680fc7ecce
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ module Register
# very fiddly chicken 'n egg problem. Functions need to be in the right order, and in fact we
# have to define some dummies, just for the others to compile
# TODO go through the virtual parfait layer and adjust function names to what they really are
space_class = space.get_class_by_name(:Space)
space_class = space.get_class
space_class.instance_type.add_method Builtin::Space.send(:main, nil)
obj = space.get_class_by_name(:Object)