172 173 174
# File 'lib/rubygems/resolver.rb', line 172 def output @output ||= debug? ? $stdout : File.open(IO::NULL, "w") end