# File lib_core/rucy/loadlib.rb, line 42
    def add_load_path(new_path)
      @load_path_list.push(new_path)
      nil
    end