Method: HP::Cloud::Progress#finish

Defined in:
lib/hpcloud/progress.rb

#finishObject



45
46
47
48
49
50
# File 'lib/hpcloud/progress.rb', line 45

def finish
  begin
    @pbar.finish if @pbar.progress < @pbar.total
  rescue
  end
end