mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
remove docstring
This commit is contained in:
parent
330a1507c9
commit
1fadd2ba29
@ -19,8 +19,6 @@ module Voicemeeter
|
|||||||
end
|
end
|
||||||
|
|
||||||
module Cache
|
module Cache
|
||||||
# Prepended methods, provides wrap-like functionality
|
|
||||||
|
|
||||||
def get(name, is_string = false)
|
def get(name, is_string = false)
|
||||||
return cache.delete(name) if cache.key? name
|
return cache.delete(name) if cache.key? name
|
||||||
clear_dirty if @sync
|
clear_dirty if @sync
|
||||||
|
Loading…
Reference in New Issue
Block a user