tty?()
Returns true if TTY methods should be used on this StreamUI.
# File lib/rubygems/user_interaction.rb, line 210 def tty? @usetty && @ins.tty? end