Module: Gem::MockGemUi::TTY
- Defined in:
- lib/rubygems/mock_gem_ui.rb
Instance Attribute Summary collapse
-
#tty ⇒ Object
Returns the value of attribute tty.
Instance Method Summary collapse
Instance Attribute Details
#tty ⇒ Object
Returns the value of attribute tty
35 36 37 |
# File 'lib/rubygems/mock_gem_ui.rb', line 35 def tty @tty end |
Instance Method Details
#noecho {|_self| ... } ⇒ Object
42 43 44 |
# File 'lib/rubygems/mock_gem_ui.rb', line 42 def noecho yield self end |
#tty? ⇒ Boolean
37 38 39 40 |
# File 'lib/rubygems/mock_gem_ui.rb', line 37 def tty?() @tty = true unless defined?(@tty) @tty end |