Subclass of StreamUI that instantiates the user interaction using standard in, out and error.
[Source]
# File lib/rubygems/user_interaction.rb, line 272 272: def initialize 273: super(STDIN, STDOUT, STDERR) 274: end
[Validate]