ARGF.fileno â 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.
1 | 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.
1 | ARGF .fileno #=> 3 |
Designed by : w10schools
service@w10schools.com
Please login to continue.