module Gem::UserInteraction

def verbose(msg = nil)

def verbose(msg = nil)
  say(clean_text(msg || yield)) if Gem.configuration.really_verbose
end