new(out_stream, *args)
Creates a new verbose download reporter that will display on out_stream. The other arguments are ignored.
# File lib/rubygems/user_interaction.rb, line 604 def initialize(out_stream, *args) @out = out_stream @progress = 0 end