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