Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

breckenedge/each_with_progressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[1, 2, 3].each_with_progressbar { |i| puts i }

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages