# File lib/core/facets/indexable.rb, line 223
def
pos
(
i
)
if
i
>
0
return
i
-
1
else
size
+
i
end
end