# File lib/facets/more/consoleutils.rb, line 27
  def password(forwhat=nil)
    if forwhat
      ask("password for #{forwhat}: ")
    else
      ask("password: ")
    end
  end