-
Notifications
You must be signed in to change notification settings - Fork 1
adamgamble/each_with_progress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Each With Progress Version 0.1 -------------------------------- Version .1 Update -------------------------------- Now returns the enumerable you're looping over to be more in line with the other each methods. -------------------------------- Works exactly the same as Enumerable#each but prints a progress bar to the console on each iteration Example: my_huge_array.each_with_progress do |i| puts "doing some awesome thing to this array element" end
About
Stand in replacement for Enumerable#each that prints a progress bar to the console
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published