A progress reporter that prints out messages about the current progress.
# File lib/rubygems/user_interaction.rb, line 415
415: def initialize(out_stream, size, initial_message,
416: terminal_message = 'complete')
417: @out = out_stream
418: @total = size
419: @count = 0
420: @terminal_message = terminal_message
421:
422: @out.puts initial_message
423: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.