Method: Rex::Ui::Output#prompting

Defined in:
lib/rex/ui/output.rb

#prompting(v = true) ⇒ Object

Called to tell the output medium that we’re at a prompt. This is used to allow the output medium to display an extra carriage return



71
72
73
# File 'lib/rex/ui/output.rb', line 71

def prompting(v = true)
  @at_prompt = v
end