module Gem::MockGemUi::TTY

Attributes

Public Instance Methods

# File lib/rubygems/mock_gem_ui.rb, line 38
def noecho
  yield self
end
# File lib/rubygems/mock_gem_ui.rb, line 33
def tty?()
  @tty = true unless defined?(@tty)
  @tty
end