new(out_stream, size, initial_message, terminal_message = 'complete')
public

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.