type attr cleanup
and sizes up top
This commit is contained in:
@ -12,13 +12,16 @@ module Parfait
|
||||
#
|
||||
class Callable < Object
|
||||
|
||||
attr_reader :type, :self_type , :arguments_type , :frame_type , :binary
|
||||
attr_reader :self_type , :arguments_type , :frame_type , :binary
|
||||
attr_reader :blocks , :name
|
||||
attr_reader :next_callable
|
||||
|
||||
def self.type_length
|
||||
8
|
||||
end
|
||||
def self.memory_size
|
||||
8
|
||||
end
|
||||
|
||||
def initialize( name , self_type , arguments_type , frame_type)
|
||||
super()
|
||||
|
Reference in New Issue
Block a user