fix positioning and the assembly works

This commit is contained in:
Torsten Ruger
2018-03-29 18:03:21 +03:00
parent 34b16a2332
commit e012f16d7f
6 changed files with 33 additions and 21 deletions

View File

@ -25,7 +25,7 @@ module Parfait
end
def each_word
index = 1
while( index <= 14)
while( index < 14)
yield get_internal_word(index)
index += 1
end