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, options = {})
  @prompts << [term, options] # Prompt.new(...)
end