clean
This commit is contained in:
parent
49b6b99ab9
commit
f80df69262
@ -56,10 +56,6 @@ module Virtual
|
||||
def mem_length
|
||||
padded(1 + string.length)
|
||||
end
|
||||
def set_position pos
|
||||
puts "STRING #{pos} #{string}"
|
||||
super
|
||||
end
|
||||
def position
|
||||
return @position if @position
|
||||
return @string.position if @string.position
|
||||
|
Loading…
Reference in New Issue
Block a user