class Temple::StaticAnalyzer::SyntaxChecker

Private Instance Methods

on_parse_error(*) click to toggle source
# File lib/temple/static_analyzer.rb, line 72
def on_parse_error(*)
  raise ParseError
end