From: Brian Candler Date: 2009-08-11T20:30:08+09:00 Subject: Re: Load & Execute Code From a Database 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. -- Posted via http://www.ruby-forum.com/.