The find method returns the first element for which block is not false : > arr.find {|a| a > 5} # returns the first element greater than 5 and `nil` if none ...
確定! 回上一頁