lib/convenient_service/support/cache.rb in convenient_service-0.11.0 vs lib/convenient_service/support/cache.rb in convenient_service-0.12.0
- old
+ new
@@ -96,10 +96,10 @@
hash.delete(key)
end
##
# @param key [Object] Can be any type.
- # @param block [Proc]
+ # @param block [Proc, nil]
# @return [Object] Can be any type.
#
# @internal
# https://api.rubyonrails.org/classes/ActiveSupport/Cache/Store.html#method-i-fetch
#