This commit is contained in:
Torsten Ruger
2015-05-24 20:00:11 +03:00
parent 5670f07eac
commit 4d0773ebae
4 changed files with 17 additions and 9 deletions

View File

@ -31,7 +31,7 @@ module Virtual
# return the main function (the top level) into which code is compiled
# this just create a "main" with create_method , see there
def self.main
self.create_method( "Object" , "main" , [] )
self.create_method( "Kernel" , "main" , [] )
end
# create method does two things