# File lib/cgikit/package.rb, line 174
    def exec_load_hook( path, &block )
      exec_hook(path, PRE_LOAD_FILE, POST_LOAD_FILE, &block)
    end