Arrays are ordered, integer-indexed collections of any object. ... an Array array.length #=> 6 array.first #=> 1 array.last #=> 6 array.include?(3) #=> true ...
確定! 回上一頁