SilentUI is a UI choice that is absolutely silent.
Class Methods
.
4.0
View on GitHub
# File tmp/rubies/ruby-4.0.0/lib/rubygems/user_interaction.rb, line 611
def initialize
io = NullIO.new
super io, io, io, false
end
The SilentUI has no arguments as it does not use any stream.
Instance Methods
#
4.0
View on GitHub
# File tmp/rubies/ruby-4.0.0/lib/rubygems/user_interaction.rb, line 616
def close
end
No documentation available