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 の Constantize 内部関数に出くわしました。
この関数は、その定義に ruby の const_get 関数を使用しています。