Update rubocop and rubocop-rspec (#26329)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
class Redis
|
||||
module NamespaceExtensions
|
||||
def exists?(*args, &block)
|
||||
call_with_namespace('exists?', *args, &block)
|
||||
def exists?(...)
|
||||
call_with_namespace('exists?', ...)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user