gpt4 book ai didi

ruby - Bang (!) 在方法名称的开头

转载 作者:行者123 更新时间:2023-12-05 08:34:39 27 4
gpt4 key购买 nike

在这个代码示例中,taking_damage 方法之前的感叹号有什么用?

if warrior.health < 20 && !taking_damage?(warrior)
warrior.rest!
end

最佳答案

是 bool 运算Negation因此等同于 Ruby 关键字 not

你可以这样读这行:

“If the warrior's health is below 20 and the warrior is NOT taking damage then the warrior must rest.”

关于ruby - Bang (!) 在方法名称的开头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21949990/

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