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