module Gem::MockGemUi::TTY

def noecho

def noecho
  yield self
end

def tty?()

def tty?()
  @tty = true unless defined?(@tty)
  @tty
end