lib/simplecov/command_guesser.rb in simplecov-0.15.1 vs lib/simplecov/command_guesser.rb in simplecov-0.16.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
#
# Helper that tries to find out what test suite is running (for SimpleCov.command_name)
#
module SimpleCov
module CommandGuesser