improve boot
also move to superclass not superclass_name in class Makes ripples
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user