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.
これらのモジュールの宣言の外側のようなものが欲しいA::B::C.nesting #=> [A::B::C, A::B, A]...どうすればこれを取得できますか? ActiveSupport が有効になっています。ありがとう。
A::B::C.nesting #=> [A::B::C, A::B, A]