Fixing new parfait boot process

mostly about setting the types to existing objects. 
Then after space is in place, it is set automatically

also a fair bit of misc in the commit
This commit is contained in:
2019-09-23 00:07:30 +03:00
parent e61c5d4a55
commit 7b40bb9106
16 changed files with 70 additions and 73 deletions

View File

@ -14,9 +14,7 @@ module Parfait
end
def methods
m = @instance_methods
return m if m
@instance_methods = List.new
@instance_methods
end
def method_names