rename position accessor

for future
This commit is contained in:
Torsten Ruger
2016-12-28 21:40:06 +02:00
parent c60949fe24
commit 80237e5033
8 changed files with 11 additions and 11 deletions

View File

@ -38,7 +38,6 @@ module Parfait
def compile_time_init
@memory = Array.new(16)
@position = nil
self # for chaining
end