Class: Gem::StreamUI::SilentProgressReporter

Inherits:
Object
  • Object
show all
Defined in:
lib/build-tool/GUI.rb

Overview

An absolutely silent progress reporter.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(out_stream, size, initial_message, terminal_message = nil) ⇒ SilentProgressReporter

Returns a new instance of SilentProgressReporter.



259
260
# File 'lib/build-tool/GUI.rb', line 259

def initialize(out_stream, size, initial_message, terminal_message = nil)
end

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count.



257
258
259
# File 'lib/build-tool/GUI.rb', line 257

def count
  @count
end

Instance Method Details

#doneObject



265
266
# File 'lib/build-tool/GUI.rb', line 265

def done
end

#updated(message) ⇒ Object



262
263
# File 'lib/build-tool/GUI.rb', line 262

def updated(message)
end