From: Tjabo Kloppenburg Date: 2001-04-08T17:27:12+09:00 Subject: [ruby-talk:13553] array question hi, there's something I don't understand: when coding: arr = Array.new arr[1000] = 1 puts arr.size -> 1001 I expected to get "1" - because there's only one element in the array. Is this a bug, or a feature? :-) tk. (using ruby-1.6.3/Linux)