A progress reporter that prints out messages about the current progress.
# File lib/rubygems/user_interaction.rb, line 389 389: def initialize(out_stream, size, initial_message, 390: terminal_message = 'complete') 391: @out = out_stream 392: @total = size 393: @count = 0 394: @terminal_message = terminal_message 395: 396: @out.puts initial_message 397: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.