lib/zold/verbose_thread.rb in zold-0.16.27 vs lib/zold/verbose_thread.rb in zold-0.16.28
- old
+ new
@@ -28,10 +28,10 @@
# Copyright:: Copyright (c) 2018 Yegor Bugayenko
# License:: MIT
module Zold
# Verbose thread
class VerboseThread
- def initialize(log = Log::Quiet.new)
+ def initialize(log = Log::NULL)
@log = log
end
def run(safe = false)
yield