Class: SshyGuy::Prompt

Inherits:
TTY::Prompt
  • Object
show all
Defined in:
lib/sshyguy/prompt.rb

Instance Method Summary collapse

Instance Method Details

#select(question, *args, &block) ⇒ Object



5
6
7
# File 'lib/sshyguy/prompt.rb', line 5

def select(question, *args, &block)
  super(question, *args, cycle: SshyGuy.config.cycle?, filter: SshyGuy.config.filter?, &block)
end