# File daybook/mycgi/daybook/base/daybook_lib.rb, line 13 def MainBase.load(path) mod = Module.new mod.module_eval File.read(path) new(mod) end