verbose(msg = nil)
Calls say with msg or the results of the block if really_verbose is true.
# File lib/rubygems/user_interaction.rb, line 165 def verbose msg = nil say(msg || yield) if Gem.configuration.really_verbose end