lib/autobuild/reporting.rb in autobuild-1.20.0 vs lib/autobuild/reporting.rb in autobuild-1.21.0
- old
+ new
@@ -45,9 +45,13 @@
def self.progress_display_enabled?
@display.progress_enabled?
end
+ def self.progress_display_synchronize(&block)
+ @display.synchronize(&block)
+ end
+
# @deprecated use {progress_display_mode=} instead
def self.progress_display_enabled=(value)
@display.progress_enabled = value
end