Methods

Class/Module Index [+]

Quicksearch

Gem::MockGemUi::TTY

Attributes

tty[RW]

Public Instance Methods

noecho() click to toggle source
# File lib/rubygems/mock_gem_ui.rb, line 28
def noecho
  yield self
end
tty?() click to toggle source
# File lib/rubygems/mock_gem_ui.rb, line 23
def tty?()
  @tty = true unless defined?(@tty)
  @tty
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.