Class: MyPKI::Prompter::JRubyPrompter

Inherits:
CommandLinePrompter show all
Defined in:
lib/mypki/prompters/jruby.rb

Instance Method Summary collapse

Methods inherited from CommandLinePrompter

#file_prompt

Instance Method Details

#pass_prompt(prompt) ⇒ Object



8
9
10
# File 'lib/mypki/prompters/jruby.rb', line 8

def pass_prompt prompt
  ConsoleReader.new.read_line(prompt, ' '.ord)
end