lib/autobuild/reporting.rb in autobuild-1.2.15 vs lib/autobuild/reporting.rb in autobuild-1.3.0
- old
+ new
@@ -13,9 +13,13 @@
require 'autobuild/config'
require 'autobuild/exceptions'
module Autobuild
+ def self.progress(msg)
+ puts " #{msg}"
+ end
+
## The reporting module provides the framework
# to run commands in autobuild and report errors
# to the user
#
# It does not use a logging framework like Log4r, but it should ;-)