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
646 647 |
# File 'lib/rubygems/user_interaction.rb', line 646 def flush end |
#gets(*args) ⇒ Object
649 650 |
# File 'lib/rubygems/user_interaction.rb', line 649 def gets(*args) end |
#print(*args) ⇒ Object
643 644 |
# File 'lib/rubygems/user_interaction.rb', line 643 def print(*args) end |
#puts(*args) ⇒ Object
640 641 |
# File 'lib/rubygems/user_interaction.rb', line 640 def puts(*args) end |
#tty? ⇒ Boolean
652 653 654 |
# File 'lib/rubygems/user_interaction.rb', line 652 def tty? false end |