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