Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
Object
An absolutely silent progress reporter.
The count of items is never updated for the silent progress reporter.
Creates a silent progress reporter that ignores all input arguments.
# File rubygems/user_interaction.rb, line 415 def initialize(out_stream, size, initial_message, terminal_message = nil) end
Does not print anything when complete as this object has taken a vow of silence.
# File rubygems/user_interaction.rb, line 429 def done end
Does not print message when updated as this object has taken a vow of silence.
message
# File rubygems/user_interaction.rb, line 422 def updated(message) end
This page was generated for Ruby 2.1.3
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.