Skip to content

Instantly share code, notes, and snippets.

@ritxi
Created January 14, 2011 13:42
Show Gist options
  • Save ritxi/779615 to your computer and use it in GitHub Desktop.
Save ritxi/779615 to your computer and use it in GitHub Desktop.
def ask_password(message)
HighLine.new.ask(message) do |q|
q.echo = false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment