lib/faml/ruby_syntax_checker.rb in faml-0.6.0 vs lib/faml/ruby_syntax_checker.rb in faml-0.6.1
- old
+ new
@@ -1,4 +1,5 @@
+# frozen-string-literal: true
require 'ripper'
module Faml
class RubySyntaxChecker < Ripper
class Error < StandardError