lib/active_job/queue_adapters.rb in activejob-5.1.7 vs lib/active_job/queue_adapters.rb in activejob-5.2.0.beta1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module ActiveJob
# == Active Job adapters
#
# Active Job has adapters for the following queueing backends:
#