Methods
N
T
Attributes
[RW] tty
Instance Public methods
noecho()
# File lib/rubygems/mock_gem_ui.rb, line 39
def noecho
  yield self
end
tty?()
# File lib/rubygems/mock_gem_ui.rb, line 34
def tty?()
  @tty = true unless defined?(@tty)
  @tty
end