use frame type rather than the indexed construct

This commit is contained in:
Torsten Ruger
2016-12-21 18:59:07 +02:00
parent 93ba5543b3
commit 0e99ff33ae
4 changed files with 4 additions and 7 deletions

View File

@ -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