rename word_length to padded length
with word_length i was never sure if it was the padded version or not
This commit is contained in:
@ -92,8 +92,8 @@ module Parfait
|
||||
get_layout().variable_index(name)
|
||||
end
|
||||
|
||||
def word_length
|
||||
padded_words( get_layout().get_length() )
|
||||
def padded_length
|
||||
padded_words( get_layout().instance_length )
|
||||
end
|
||||
|
||||
# Object
|
||||
|
Reference in New Issue
Block a user