# File lib/hiera/backend/eyaml/highlinehelper.rb, line 8 def self.read_password ask("Enter password: ") {|q| q.echo = "*" } end