task_helper: mark private methods
This commit is contained in:
parent
4d9cb0bb7a
commit
2bb103b8bd
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ class ProgressReport
|
|||
rake_puts
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def set_progress(total: nil, count: nil)
|
||||
if total.present?
|
||||
@total = total
|
||||
|
|
Loading…
Reference in a new issue