class Gem::SilentUI
SilentUI 是一个完全静默的 UI 选项。
Public Class Methods
Source
# File lib/rubygems/user_interaction.rb, line 611 def initialize io = NullIO.new super io, io, io, false end
SilentUI 没有参数,因为它不使用任何流。
调用父类方法
Gem::StreamUI::new