Method: Gem::SilentUI#initialize
- Defined in:
- lib/rubygems/user_interaction.rb
#initialize ⇒ SilentUI
The SilentUI has no arguments as it does not use any stream.
614 615 616 617 |
# File 'lib/rubygems/user_interaction.rb', line 614 def initialize io = NullIO.new super io, io, io, false end |