Module Net::SSH::PromptMethods::Highline
In: lib/net/ssh/prompt.rb

Defines the prompt method to use if the Highline library is installed.

Methods

prompt  

Public Instance methods

Uses Highline#ask to present a prompt and accept input. If echo is false, the characters entered by the user will not be echoed to the screen.

[Validate]