mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
typo fix
This commit is contained in:
parent
241f8bc72f
commit
3c59c5d41c
@ -168,7 +168,7 @@ module Voicemeeter
|
||||
end
|
||||
|
||||
def get_device_description(index, dir)
|
||||
unless %i[in out].include > dir
|
||||
unless %i[in out].include? dir
|
||||
raise VMError.new("dir got: #{dir}, expected in or out")
|
||||
end
|
||||
ctype = FFI::MemoryPointer.new(:long, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user