Method: WIP::Runner::Shell::Handlers::Script#prompt
- Defined in:
- lib/wip/runner/shell/handlers/script.rb
#prompt(term, options = {}) ⇒ Object
30 31 32 |
# File 'lib/wip/runner/shell/handlers/script.rb', line 30 def prompt(term, = {}) @prompts << [term, ] # Prompt.new(...) end |