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

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

Methods

prompt  

Public Instance methods

Displays the prompt to $stdout. If echo is false, the Termios library will be used to disable keystroke echoing for the duration of this method.

[Validate]