lib/aptible/resource/null_retry_coordinator.rb in aptible-resource-1.1.0 vs lib/aptible/resource/null_retry_coordinator.rb in aptible-resource-1.1.1

- old
+ new

@@ -1,11 +1,10 @@ module Aptible module Resource class NullRetryCoordinator - def initialize(_) - end + def initialize(___); end - def retry?(_, _) + def retry?(___, ____) false end end end end