有没有办法检查该模块是否存在?另外,我如何运行方法不知道它的确切名称?
begin mod = required::Module::const_get "ModuleName" #It exists rescue NameError #Doesn't exist end