gpt4 book ai didi

ruby - 检查数组的任何元素是否满足条件

转载 作者:数据小太阳 更新时间:2023-10-29 06:26:53 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
check if value exists in array in Ruby

我有一个循环遍历字符串数组并在任何字符串包含字符串“狗”时返回 true 的方法。它正在工作,但多个 return 语句看起来很乱。有没有更 Eloquent 方式来做到这一点?

def has_dog?(acct)
[acct.title, acct.description, acct.tag].each do |text|
return true if text.include?("dog")
end
return false
end

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com