An absolutely silent progress reporter.
      Attributes
    
  
          
            Read
          
        
      The count of items is never updated for the silent progress reporter.
      Class Methods
    
  
          
            2.5
          
          
            View on GitHub
            
          
        
        
          
            # File tmp/rubies/ruby-2.5.9/lib/rubygems/user_interaction.rb, line 430
def initialize(out_stream, size, initial_message, terminal_message = nil)
end
          
        
      Creates a silent progress reporter that ignores all input arguments.
      Instance Methods
    
  
          
            #
          
          
        
      
          
            2.5
          
          
            View on GitHub
            
          
        
        
          
            # File tmp/rubies/ruby-2.5.9/lib/rubygems/user_interaction.rb, line 444
def done
end
          
        
      Does not print anything when complete as this object has taken a vow of silence.
          
            2.5
          
          
            View on GitHub
            
          
        
        
          
            # File tmp/rubies/ruby-2.5.9/lib/rubygems/user_interaction.rb, line 437
def updated(message)
end
          
        
      Does not print message when updated as this object has taken a vow of silence.