Skip to Content Skip to Search

SilentUI is a UI choice that is absolutely silent.

Namespace
Methods
C
N

Class Public methods

new()

The SilentUI has no arguments as it does not use any stream.

# File ruby/lib/rubygems/user_interaction.rb, line 614
def initialize
  io = NullIO.new
  super io, io, io, false
end

Instance Public methods

close()

# File ruby/lib/rubygems/user_interaction.rb, line 619
def close
end