# File lib/rubygems/mock_gem_ui.rb, line 23
    def tty?()
      @tty = true unless defined?(@tty)
      @tty
    end