use frame type rather than the indexed construct
This commit is contained in:
@ -23,8 +23,5 @@ module Parfait
|
||||
class NamedList < Object
|
||||
attribute :next_list
|
||||
|
||||
include Indexed
|
||||
self.offset(2) # 1 == the next_list attributes above + type. (indexed_length gets added)
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user