This commit is contained in:
KMY 2025-03-14 09:32:35 +09:00
parent 4dd07dfa16
commit 4c49ac2a07
2 changed files with 0 additions and 5 deletions

View file

@ -5,10 +5,6 @@ class Redis
def exists?(...)
call_with_namespace('exists?', ...)
end
def with
yield self
end
end
end