# File lib_core/rucy/loadlib.rb, line 47 def load_lib for path in @load_path_list @loader.load_lib(path) end nil end