rename length to mem_length and suffer the consequences
This commit is contained in:
@@ -53,6 +53,11 @@ module Virtual
|
||||
def mem_length
|
||||
padded(1 + string.length)
|
||||
end
|
||||
def position
|
||||
return @position if @position
|
||||
return @string.position if @string.position
|
||||
super
|
||||
end
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user