lib/watirspec/guards.rb in watir-7.1.0 vs lib/watirspec/guards.rb in watir-7.2.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module WatirSpec
module Guards
class << self
def guards
@guards ||= Hash.new { |hash, key| hash[key] = [] }