class Gem::SilentUI::NullIO
An absolutely silent IO.
Public Instance Methods
flush()
click to toggle source
# File rubygems/user_interaction.rb, line 639 def flush end
gets(*args)
click to toggle source
# File rubygems/user_interaction.rb, line 642 def gets(*args) end
print(*args)
click to toggle source
# File rubygems/user_interaction.rb, line 636 def print(*args) end
puts(*args)
click to toggle source
# File rubygems/user_interaction.rb, line 633 def puts(*args) end
tty?()
click to toggle source
# File rubygems/user_interaction.rb, line 645 def tty? false end