spec/compiler_newline_spec.rb in faml-0.6.0 vs spec/compiler_newline_spec.rb in faml-0.6.1

- old
+ new

@@ -1,4 +1,5 @@ +# frozen-string-literal: true require 'spec_helper' class LineVerifier < StandardError def initialize super("raised at #{caller_locations(1, 1)[0].lineno}")