class Rubydex::Rules::ParseError

A parse error represents invalid Ruby syntax and a program that will fail to execute. For example, a missing end, an unterminated string, a missing parenthesis.

“‘ruby class Foo ^^^^^ Syntax error. Missing end token “`