mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2026-04-17 08:33:31 +00:00
typo fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user