Class: VoidProgress

Inherits:
Progress show all
Defined in:
lib/progress.rb

Instance Method Summary collapse

Methods inherited from Progress

#print_line, #update_last_line

Constructor Details

#initializeVoidProgress

Returns a new instance of VoidProgress.



29
30
31
# File 'lib/progress.rb', line 29

def initialize()
  super("tmp.log")
end