class Cfdef::DSL
Public Class Methods
convert(exported, options = {})
click to toggle source
# File lib/cfdef/dsl.rb, line 3 def convert(exported, options = {}) Cfdef::DSL::Converter.convert(exported, options) end
parse(dsl, path, options = {})
click to toggle source
# File lib/cfdef/dsl.rb, line 7 def parse(dsl, path, options = {}) Cfdef::DSL::Context.eval(dsl, path, options).result end