improve boot

also move to superclass not superclass_name in class
Makes ripples
This commit is contained in:
Torsten Ruger
2015-05-16 20:16:49 +03:00
parent 7085dee510
commit fe2be323d8
13 changed files with 56 additions and 30 deletions

View File

@ -27,7 +27,7 @@ module Parfait
include FakeMem
def self.new_object *args
# Space.space.get_class_by_name(:Word)
puts "I am #{self}"
#puts "I am #{self}"
object = self.new(*args)
object
end