ARGF.to_i â fixnum
Instance Public methods
Returns an integer representing the numeric file descriptor for the current
file. Raises an ArgumentError
if there isn't a current
file.
ARGF.fileno #=> 3
Returns an integer representing the numeric file descriptor for the current
file. Raises an ArgumentError
if there isn't a current
file.
ARGF.fileno #=> 3
Please login to continue.