class Gem::SilentUI

SilentUI 是一种完全静默的 UI 选择。

公共类方法

new() 点击切换源代码

SilentUI 没有参数,因为它不使用任何流。

调用超类方法 Gem::StreamUI::new
# File rubygems/user_interaction.rb, line 614
def initialize
  io = NullIO.new
  super io, io, io, false
end

公共实例方法

close() 点击切换源代码
# File rubygems/user_interaction.rb, line 619
def close
end