use conditional assignment

patch bump
This commit is contained in:
onyx-and-iris 2023-08-06 11:33:15 +01:00
parent 46bfb53db8
commit 515fa565d4
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
obsws (0.4.0)
obsws (0.4.1)
waitutil (~> 0.2.1)
websocket-driver (~> 0.7.5)

View File

@ -3,7 +3,7 @@ require "logger"
module OBSWS
module Logging
def logger
@logger = Logger.new($stdout, level: ENV.fetch("OBSWS_LOG_LEVEL", "WARN"))
@logger ||= Logger.new($stdout, level: ENV.fetch("OBSWS_LOG_LEVEL", "WARN"))
@logger.progname = instance_of?(::Module) ? name : self.class.name
@logger
end

View File

@ -11,7 +11,7 @@ module OBSWS
end
def patch
1
2
end
def to_a