11 12 13 14 15
# File 'lib/vam/dsl.rb', line 11 def self.evaluate(vamfile) dsl = new() dsl.eval_vamfile(vamfile) return dsl end