Temple::Filter
Validates temple expression with given grammar
@api public
# File lib/temple/filters/validator.rb, line 9 def compile(exp) options[:grammar].validate!(exp) exp end