Class: ProgressMeter

Inherits:
Object
  • Object
show all
Defined in:
lib/progress.rb

Instance Method Summary collapse

Constructor Details

#initializeProgressMeter

Returns a new instance of ProgressMeter.



2
3
4
# File 'lib/progress.rb', line 2

def initialize
    @_entry_count = 0
end