rename get/set internal

to _word , because _byte versions are coming
This commit is contained in:
Torsten Ruger
2015-11-18 15:36:43 +02:00
parent 633c1e9a4a
commit 5369dc3d52
13 changed files with 52 additions and 52 deletions

View File

@ -74,8 +74,8 @@ module Parfait
raise "Use variable_index instead"
end
# index of the variable when using get_internal
# (get_internal is 1 based and 1 is always the layout)
# index of the variable when using get_internal_word
# (get_internal_word is 1 based and 1 is always the layout)
def variable_index name
has = super_index(name)
return nil unless has