Class: Enumerable::ConsoleProgress

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

Constant Summary

Constants inherited from Progress

Progress::IMPLEMENTATIONS

Instance Method Summary collapse

Methods inherited from Progress

#method_missing

Constructor Details

#initialize(base, count = nil) ⇒ ConsoleProgress

Returns a new instance of ConsoleProgress.



25
26
27
28
# File 'lib/vex/base/enumerable/progress.rb', line 25

def initialize(base, count=nil)
  @start, @last = Time.now, nil
  super
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Enumerable::Progress