method
done
v1_9_3_125 -
Show latest stable
- Class:
Gem::StreamUI::VerboseDownloadReporter
done()public
No documentation available.
# File lib/rubygems/user_interaction.rb, line 506
def done
@progress = 100 if @units == '%'
update_display(true, true)
end