class Gem::SilentUI::NullIO
An absolutely silent IO.
Public Instance Methods
                              flush()
                              click to toggle source
                            
                            # File rubygems/user_interaction.rb, line 644 def flush end
                              gets(*args)
                              click to toggle source
                            
                            # File rubygems/user_interaction.rb, line 647 def gets(*args) end
                              print(*args)
                              click to toggle source
                            
                            # File rubygems/user_interaction.rb, line 641 def print(*args) end
                              puts(*args)
                              click to toggle source
                            
                            # File rubygems/user_interaction.rb, line 638 def puts(*args) end
                              tty?()
                              click to toggle source
                            
                            # File rubygems/user_interaction.rb, line 650 def tty? false end