Add the FrozenStrings magic comment

This commit is contained in:
David Schmitt
2020-12-16 13:44:14 +00:00
parent 1dda22762e
commit fdbccc3435
17 changed files with 34 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
if ENV['COVERAGE'] == 'yes'
require 'simplecov'
require 'simplecov-console'