From: Paul F Fraser Date: 2009-08-11T20:38:49+09:00 Subject: Re: Load & Execute Code From a Database Brian Candler wrote: > Brian Candler wrote: > >> load("file.rb") is pretty much the same as eval(File.read("file.rb")) >> > > ... and incidentally, there are several examples of programs which load > a source file in the second way, so that they can modify it first. Look > at 'rackup' in the Rack distribution, or for a more mind-bending > experience, Camping. > Thanks again, Brian, Excellent explanation. Paul