Method: ConfigDSL::Processor.process

Defined in:
lib/configdsl.rb

.process(filename) ⇒ Object



166
167
168
169
170
# File 'lib/configdsl.rb', line 166

def self.process(filename)
  sandbox = Sandbox.new
  sandbox.instance_eval(File.read(filename), filename)
  sandbox
end