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 的核心很有用,比如ObjectorString类。
Object
String
扩展核心的正确和最有组织的方式是什么?我应该为我在initializersorlibs目录中扩展的每个类制作文件吗?
initializers
libs
对于这类事情,我会将扩展的代码视为位于您的 lib/ 目录中的本地 gem,但需要一个名为“core_extensions.rb”之类的初始化程序。