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