Class: Progress

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

Class Method Summary collapse

Class Method Details

.endObject



8
9
10
# File 'lib/shellutils/progress.rb', line 8

def self.end
  STDOUT.puts
end

.nextObject



3
4
5
6
# File 'lib/shellutils/progress.rb', line 3

def self.next
  STDOUT.print "."
  STDOUT.flush
end