lib/httpx/plugins/aws_sdk_authentication.rb in httpx-0.22.5 vs lib/httpx/plugins/aws_sdk_authentication.rb in httpx-0.23.0

- old
+ new

@@ -18,12 +18,10 @@ def respond_to_missing?(*) true end - def method_missing(*) - nil - end + def method_missing(*); end end # # encapsulates access to an AWS SDK credentials store. #