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