Fix parfait bug for word_length

This commit is contained in:
Torsten Ruger
2015-06-24 16:08:06 +03:00
parent 59188105ba
commit cedc6e1b61
4 changed files with 15 additions and 8 deletions

View File

@ -137,9 +137,6 @@ module Parfait
end
end
class List
def word_length
padded_words(get_length())
end
def to_sof_node(writer , level , ref )
Sof.array_to_sof_node(self , writer , level , ref )
end