From fef93ec8ae2caf8a3f8310dbf8101c103e5905e4 Mon Sep 17 00:00:00 2001 From: Paul Kmiec Date: Thu, 4 May 2023 18:01:01 -0700 Subject: Enable Style/FrozenStringLiteralComment and autocorrect --- test/profile.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/profile.rb') diff --git a/test/profile.rb b/test/profile.rb index 7b671831..498f2619 100755 --- a/test/profile.rb +++ b/test/profile.rb @@ -1,4 +1,5 @@ #!/usr/bin/env ruby -s +# frozen_string_literal: true $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" require 'axlsx' -- cgit v1.2.3