class Gem::SilentUI::NullIO
An absolutely silent IO.
Public Instance Methods
flush()
click to toggle source
# File rubygems/user_interaction.rb, line 640 def flush end
gets(*args)
click to toggle source
# File rubygems/user_interaction.rb, line 643 def gets(*args) end
print(*args)
click to toggle source
# File rubygems/user_interaction.rb, line 637 def print(*args) end
puts(*args)
click to toggle source
# File rubygems/user_interaction.rb, line 634 def puts(*args) end
tty?()
click to toggle source
# File rubygems/user_interaction.rb, line 646 def tty? false end