fix more of the changed names

add a few self.
This commit is contained in:
Torsten Ruger
2018-08-12 13:10:44 +03:00
parent 66e0d4ae26
commit 3d113b4d83
7 changed files with 20 additions and 20 deletions

View File

@ -77,7 +77,7 @@ module Parfait
# hand out a return address for use as constant the address is added
def get_address
addr = next_address
next_address = next_address.next_integer
self.next_address = next_address.next_integer
addr
end