Method: Console::Progress#remaining

Defined in:
lib/console/progress.rb

#remainingObject



62
63
64
# File 'lib/console/progress.rb', line 62

def remaining
  @total - @current
end