Method: Rex::Ui::Text::Input::Stdio#gets

Defined in:
lib/rex/ui/text/input/stdio.rb

#getsObject

Wait for a line of input to be read from standard input.



25
26
27
# File 'lib/rex/ui/text/input/stdio.rb', line 25

def gets
  return $stdin.gets
end