ios.fileno â fixnum
ios.to_i â fixnum
ios.to_i â fixnum
Instance Public methods
Returns an integer representing the numeric file descriptor for ios.
1 2 | $stdin .fileno #=> 0 $stdout .fileno #=> 1 |
Returns an integer representing the numeric file descriptor for ios.
1 2 | $stdin .fileno #=> 0 $stdout .fileno #=> 1 |
Designed by : w10schools
service@w10schools.com
Please login to continue.