🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

task_progress_bar

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

task_progress_bar

1.0.1
Version published
Maintainers
1
Created

TaskProgressBar

Gem Version Build Status

Getting started

bar = TaskProgressBar.new( 100 )
1..10.times{ bar.step() }
# output
[10/100][#####                                             ][10%][00:00:01][00:00:15]

Contributors

https://github.com/douglasresende/task_progress_bar/graphs/contributors

License

MIT License. Copyright 2017 Douglas Resende. http://github.com/douglasresende/task_progress_bar

You are not granted rights or licenses to the trademarks of Plataformatec, including without limitation the Devise name or logo.

FAQs

Package last updated on 07 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts