If you look at the methods that are defined on strings and arrays (e.g. run ... [1, 2, 3].include?(2) returns true because the array contains the number 2 .
確定! 回上一頁