Repository is archived
No commit activity in last 3 years
No release in over 3 years
Use `each_with_progressbar` to show a progressbar while iterating.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

each_with_progressbar

long_array.each_with_progressbar { |item| puts item }

Installation

$ gem install each_with_progressbar

or

# Gemfile 
gem 'each_with_progressbar'

and

$ bundle install

Usage

require 'each_with_progressbar'
[1, 2, 3].each_with_progressbar { |num| num }

Tests

ruby test/each_with_progressbar_test.rb

Contributing

Fork & pull-request.