# File lib/more/facets/autoarray.rb, line 21 def [](k) if -self.length+1 < k and k < self.length super(k) else Autoarray.new(0, nil, self, k) end end