Method: Strobe::CLI::DeployProgress#initialize
- Defined in:
- lib/strobe/cli/deploy_progress.rb
#initialize ⇒ DeployProgress
Returns a new instance of DeployProgress.
3 4 5 6 7 8 |
# File 'lib/strobe/cli/deploy_progress.rb', line 3 def initialize @thread = nil @width = 50 @current = 0 @ticker = CLI::Ticker.new end |