still fixing index bugs
the indexed_length got written wrong which is why the layout methods didn’t work Now all indexes are 1 based, even fake men, where we just ignore 0
This commit is contained in:
@ -15,7 +15,7 @@ require_relative "indexed"
|
||||
module Parfait
|
||||
class List < Object
|
||||
include Indexed
|
||||
self.offset(0)
|
||||
self.offset(1)
|
||||
|
||||
def initialize( )
|
||||
super()
|
||||
|
Reference in New Issue
Block a user