Class Gem::ConsoleUI
In: lib/rubygems/user_interaction.rb
Parent: StreamUI

Subclass of StreamUI that instantiates the user interaction using standard in, out and error.

Methods

new  

Public Class methods

[Source]

     # File lib/rubygems/user_interaction.rb, line 272
272:     def initialize
273:       super(STDIN, STDOUT, STDERR)
274:     end

[Validate]