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.
如何在 Rails 应用程序(如 ENV)中获取全局常量列表?就像是:
>constants
我看过
> puts methods
但没有看到任何向我跳出来的东西,但我怀疑那里有什么东西。
提前谢谢
Module.constants可以帮助你。
Module.constants