gpt4 book ai didi

ruby - 方法名格式

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

哪些字符串可以作为 Ruby 的方法名?我特别想知道非单词字符可以以何种方式成为方法名称的一部分。请给出一套详尽的规则/列表。

编辑Phrogz 对 Josh Lee 链接的问题的回答有一个指向下一页的链接,但那是几年前的事了,已经过时了。例如,缺少 Proc#()。有人知道更新的吗?

enter image description here

最佳答案

根据镐(Programming Ruby,The Pragmatic Programmers):

Local variables, method parameters, and method names should all start with a lowercase letter or an underscore... Following this initial character, a name can be any combination of letters, digits, and underscores (with the proviso that the character following an @ sign may not be a digit)... Method names may end with the characters ?, !, and =.

关于ruby - 方法名格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13050959/

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