remove docstring

This commit is contained in:
onyx-and-iris 2023-08-29 11:38:11 +01:00
parent 330a1507c9
commit 1fadd2ba29

View File

@ -19,8 +19,6 @@ module Voicemeeter
end
module Cache
# Prepended methods, provides wrap-like functionality
def get(name, is_string = false)
return cache.delete(name) if cache.key? name
clear_dirty if @sync