Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎在 Ruby 2 中找不到任何关于 Rubyalias关键字的文档。
alias
我可以找到很多谈论它的非官方页面,但没有任何官方页面。
有 RDoc 什么的alias吗?
注意:我不是在谈论alias_method,它确实有文档。我说的是普通的旧alias关键字。
alias_method
Miscellaneous Syntax进去看看Ruby-Doc
Miscellaneous Syntax
Ruby-Doc