Method: CiscoAclIntp::ParserUtility#racc_parse_err_message
- Defined in:
- lib/cisco_acl_intp/parser_api.rb
#racc_parse_err_message(err) ⇒ Object
Generate parser error message by Racc::ParseError
50 51 52 53 54 55 |
# File 'lib/cisco_acl_intp/parser_api.rb', line 50 def (err) [ 'Parse aborted. Found syntax error:', " #{err.}" ].join("\n") end |