A progress reporter that prints out messages about the current progress.
# File lib/rubygems/user_interaction.rb, line 415 def initialize(out_stream, size, initial_message, terminal_message = 'complete') @out = out_stream @total = size @count = 0 @terminal_message = terminal_message @out.puts initial_message end
Generated with the Darkfish Rdoc Generator 2.