This class implements input against standard in.
Returns whether or not EOF has been reached on stdin.
# File lib/rex/ui/text/input/stdio.rb, line 31 def eof? $stdin.closed? end
Returns the file descriptor associated with standard input.
# File lib/rex/ui/text/input/stdio.rb, line 38 def fd return $stdin end
Generated with the Darkfish Rdoc Generator 2.