class Temple::Filters::Validator
@api public
Validates temple expression with given grammar
def compile(exp)
def compile(exp) options[:grammar].validate!(exp) exp end
@api public
Validates temple expression with given grammar
def compile(exp) options[:grammar].validate!(exp) exp end