Path: | lib/more/facets/progressbar.rb |
Last Update: | Tue Aug 10 08:57:10 -0600 2010 |
ProgressBar is a text-based progressbar library.
pbar = ProgressBar.new( "Demo", 100 ) 100.times { pbar.inc } pbar.finish
Copyright (C) 2001 Satoru Takabayashi
Ruby License
This module is free software. You may use, modify, and/or redistribute this software under the same terms as Ruby.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.