lib/cms_scanner/helper.rb in cms_scanner-0.0.41.10 vs lib/cms_scanner/helper.rb in cms_scanner-0.0.42.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + # @param [ String ] file The file path def redirect_output_to_file(file) $stdout.reopen(file, 'w') $stdout.sync = true end