more parfait ripples

changes due to previous changes in parfait api
This commit is contained in:
Torsten Ruger
2015-05-18 10:10:31 +03:00
parent d52cd82c92
commit d348e7afe7
6 changed files with 20 additions and 20 deletions

View File

@@ -26,9 +26,9 @@ module Parfait
# set the names of the instance variables in one go
# used while booting the classes. At runtime the list would grow dynamically
def set_names list
self.set_length list.length
self.set_length list.get_length
index = 0
while index < list.length do
while index < list.get_length do
list.set(index , array.get(index))
end
end