task_helper: mark private methods

This commit is contained in:
Pierre de La Morinerie 2019-05-29 11:48:41 +02:00
parent 4d9cb0bb7a
commit 2bb103b8bd

View file

@ -37,6 +37,8 @@ class ProgressReport
rake_puts
end
private
def set_progress(total: nil, count: nil)
if total.present?
@total = total