A basic dotted progress reporter.
# File lib/rubygems/user_interaction.rb, line 352 352: def initialize(out_stream, size, initial_message, 353: terminal_message = "complete") 354: @out = out_stream 355: @total = size 356: @count = 0 357: @terminal_message = terminal_message 358: 359: @out.puts initial_message 360: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.