This commit is contained in:
Torsten Ruger 2014-09-18 17:04:54 +03:00
parent 49b6b99ab9
commit f80df69262

View File

@ -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