lib/webmock/matchers/any_arg_matcher.rb in webmock-3.18.1 vs lib/webmock/matchers/any_arg_matcher.rb in webmock-3.19.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module WebMock
module Matchers
# this is a based on RSpec::Mocks::ArgumentMatchers::AnyArgMatcher
class AnyArgMatcher
def initialize(ignore)