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

@ -7,7 +7,7 @@ module Parfait
# and as the last code of each link is a jump to the next link.
#
class BinaryCode < Data32
attr_reader :type, :next_code
attr_reader :next_code
def self.type_length
2 #type + next (could get from space, maybe later)