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 167 def verbose(msg = nil) say(clean_text(msg || yield)) if Gem.configuration.really_verbose end