A basic dotted progress reporter.
# File lib/rubygems/user_interaction.rb, line 378 378: def initialize(out_stream, size, initial_message, 379: terminal_message = "complete") 380: @out = out_stream 381: @total = size 382: @count = 0 383: @terminal_message = terminal_message 384: 385: @out.puts initial_message 386: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.