# File lib/mongrel.rb, line 997 def run_config(script) open(script) {|f| eval(f.read, proc {self}) } end