class Subiam::DSL
Public Class Methods
convert(exported, options = {})
click to toggle source
# File lib/subiam/dsl.rb, line 2 def self.convert(exported, options = {}) Subiam::DSL::Converter.convert(exported, options) end
parse(dsl, path, options = {})
click to toggle source
# File lib/subiam/dsl.rb, line 6 def self.parse(dsl, path, options = {}) Subiam::DSL::Context.eval(dsl, path, options).result end