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

@ -20,11 +20,14 @@ module Parfait
class MetaClass < Object
include Behaviour
attr_reader :type, :instance_type , :instance_methods , :clazz
attr_reader :instance_type , :instance_methods , :clazz
def self.type_length
4
end
def self.memory_size
8
end
def initialize( clazz )
super()