"enumerable" refers to an ordering scheme that enables items in a set, sequence or collection to be readily addressed or traversed.
update: sorry, I fixed my program: a = [ 'str1' , 'str2', 'str2', 'str3' ] name = '' a.each_with_…