mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
typo
This commit is contained in:
parent
42baa543fc
commit
20684c645e
@ -37,12 +37,12 @@ module Voicemeeter
|
|||||||
def apply(params)
|
def apply(params)
|
||||||
params.each do |key, val|
|
params.each do |key, val|
|
||||||
if val.is_a? Hash
|
if val.is_a? Hash
|
||||||
target = pulic_send(key)
|
target = public_send(key)
|
||||||
target.apply(val)
|
target.apply(val)
|
||||||
elsif key == :mode
|
elsif key == :mode
|
||||||
mode.pulic_send("#{val}=", true)
|
mode.public_send("#{val}=", true)
|
||||||
else
|
else
|
||||||
pulic_send("#{key}=", val)
|
public_send("#{key}=", val)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user