Skip to content

Commit

Permalink
add redisplay_progressbar delegator
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jan 14, 2015
1 parent 7de65bc commit 58556e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fog/formatador.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ def self.display_lines(data)
::Formatador.display_lines(data)
end

def self.redisplay_progressbar(current, total, options = {})
::Formatador.redisplay_progressbar(current, total, options = {})
end

private

def self.indent(&block)
Expand Down

0 comments on commit 58556e4

Please sign in to comment.