A basic dotted progress reporter.
Methods
Included Modules
Attributes
| [R] | count | The number of progress items counted so far. |
Class Public methods
new(out_stream, size, initial_message, terminal_message = "complete") Link
Creates a new progress reporter that will write to out_stream for size items. Shows the given initial_message when progress starts and the terminal_message when it is complete.
Instance Public methods
done() Link
Prints out the terminal message.