Subclass of StreamUI that instantiates the user interaction using STDIN, STDOUT, and STDERR.
[Source]
# File lib/rubygems/user_interaction.rb, line 519 519: def initialize 520: super STDIN, STDOUT, STDERR 521: end
[Validate]