Can anyone explain range as array#select arguments to me

select for Enumerable and others operate on the values. You can do array[3..6] to get a subrange of an array.