引数の文字列で指定した名前で定数を探す 説明 指定した名前で定数を探す 使い方 constantize("文字列") 例 constantize('Module') # Module constantize('Test::Unit') # Test::Unit ソースコード GitHub