Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rubygems/mock_gem_ui.rb

Methods

Class/Module Index [+]

Quicksearch

Gem::MockGemUi::TTY

Attributes

tty[RW]

Public Instance Methods

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