Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
indicate_progress()
public
Called roughly every {#progress_rate}, this method should convey progress
to the user.
@return [void]
# File lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb, line 17
def indicate_progress
output.print '.' unless debug?
end