Method: Rex::Ui::Text::Input::Stdio#eof?
- Defined in:
- lib/rex/ui/text/input/stdio.rb
#eof? ⇒ Boolean
Returns whether or not EOF has been reached on stdin.
32 33 34 |
# File 'lib/rex/ui/text/input/stdio.rb', line 32 def eof? $stdin.closed? end |