lib/parser/syntax_error.rb in parser-2.4.0.2 vs lib/parser/syntax_error.rb in parser-2.5.0.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Parser
##
# {Parser::SyntaxError} is raised whenever parser detects a syntax error,
# similar to the standard SyntaxError class.
#