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