Subclass of StreamUI that instantiates the user interaction using STDIN, STDOUT, and STDERR.
Source: show | on GitHub
# File lib/rubygems/user_interaction.rb, line 541 def initialize super STDIN, STDOUT, STDERR, true end