# File lib/hammer_cli_foreman/host.rb, line 60 def self.ask_password prompt = "Enter the root password for the host: " ask(prompt) {|q| q.echo = false} end