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