add FileReader class to configs.rb

handles reading from yml and storing into configs hash
This commit is contained in:
2023-07-14 14:37:49 +01:00
parent 9c02586cef
commit 4b311520d4
3 changed files with 46 additions and 31 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ require "easy_logging"
module Voicemeeter
class Base
include EasyLogging
# include EasyLogging
include Worker
include Events::Callbacks