class Gem::SilentUI
SilentUI
是一种绝对静默的 UI 选择。
公共类方法
源码
# File lib/rubygems/user_interaction.rb, line 614 def initialize io = NullIO.new super io, io, io, false end
SilentUI
没有参数,因为它不使用任何流。
调用父类方法
Gem::StreamUI::new
SilentUI
是一种绝对静默的 UI 选择。
# File lib/rubygems/user_interaction.rb, line 614 def initialize io = NullIO.new super io, io, io, false end
SilentUI
没有参数,因为它不使用任何流。
Gem::StreamUI::new