# File lib/cgikit/package.rb, line 107 def load_lib lib = load_path(@lib_path) Dir.glob(lib) do |path| $LOAD_PATH << path end end