lib/good_job/configuration.rb in good_job-1.11.2 vs lib/good_job/configuration.rb in good_job-1.11.3
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module GoodJob
#
# +GoodJob::Configuration+ provides normalized configuration information to
# the rest of GoodJob. It combines environment information with explicitly
# set options to get the final values for each option.