SilentUI is a UI choice that is absolutely silent.
Class Methods
.
3.4
View on GitHub
# File tmp/rubies/ruby-3.4.1/lib/rubygems/user_interaction.rb, line 614
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
#
3.4
View on GitHub
# File tmp/rubies/ruby-3.4.1/lib/rubygems/user_interaction.rb, line 619
def close
end
No documentation available