Class: VoidProgress
Instance Method Summary collapse
-
#initialize ⇒ VoidProgress
constructor
A new instance of VoidProgress.
Methods inherited from Progress
#print_line, #update_last_line
Constructor Details
#initialize ⇒ VoidProgress
Returns a new instance of VoidProgress.
29 30 31 |
# File 'lib/progress.rb', line 29 def initialize() super("tmp.log") end |