Returns true if the given object is present in self (that is, if any element == object), otherwise returns false. a = [ "a", "b", "c" ] a.include?
確定! 回上一頁