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