Source: show | on GitHub
# File ../ruby/lib/rubygems/mock_gem_ui.rb, line 28 def noecho yield self end
# File ../ruby/lib/rubygems/mock_gem_ui.rb, line 23 def tty?() @tty = true unless defined?(@tty) @tty end