finally change List to derive from data object
can’t derive from data16 as some lists are longer have to get the delegation to work first
This commit is contained in:
@ -192,6 +192,7 @@ module Parfait
|
||||
end
|
||||
|
||||
def name_at( index )
|
||||
raise "No names #{index}" unless @names
|
||||
@names.get(index)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user