type attr cleanup

and sizes up top
This commit is contained in:
2019-09-10 00:18:20 +03:00
parent d82cedf4c0
commit c3c2ab606c
16 changed files with 61 additions and 44 deletions

View File

@ -18,12 +18,15 @@ module Parfait
class Class < Object
include Behaviour
attr_reader :type, :instance_type , :name , :instance_methods
attr_reader :instance_type , :name , :instance_methods
attr_reader :super_class_name , :meta_class
def self.type_length
6
end
def self.memory_size
8
end
def initialize( name , superclass , instance_type)
super()