Class: Gem::SilentUI::NullIO
- Inherits:
 - 
      Object
      
        
- Object
 - Gem::SilentUI::NullIO
 
 
- Defined in:
 - lib/rubygems/user_interaction.rb
 
Overview
An absolutely silent IO.
Instance Method Summary collapse
Instance Method Details
#flush ⇒ Object
      644 645  | 
    
      # File 'lib/rubygems/user_interaction.rb', line 644 def flush end  | 
  
#gets(*args) ⇒ Object
      647 648  | 
    
      # File 'lib/rubygems/user_interaction.rb', line 647 def gets(*args) end  | 
  
#print(*args) ⇒ Object
      641 642  | 
    
      # File 'lib/rubygems/user_interaction.rb', line 641 def print(*args) end  | 
  
#puts(*args) ⇒ Object
      638 639  | 
    
      # File 'lib/rubygems/user_interaction.rb', line 638 def puts(*args) end  | 
  
#tty? ⇒ Boolean
      650 651 652  | 
    
      # File 'lib/rubygems/user_interaction.rb', line 650 def tty? false end  |