method
output

output()
public
Hide source
# File lib/rubygems/resolver.rb, line 173 def output @output ||= debug? ? $stdout : File.open(Gem::Util::NULL_DEVICE, 'w') end