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
|
rake_puts
|
||||||
end
|
end
|
||||||
|
|
||||||
|
private
|
||||||
|
|
||||||
def set_progress(total: nil, count: nil)
|
def set_progress(total: nil, count: nil)
|
||||||
if total.present?
|
if total.present?
|
||||||
@total = total
|
@total = total
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue