D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
IO
/
Filename :
fileno-i.yaml
back
Copy
--- !ruby/object:RI::MethodDescription aliases: - !ruby/object:RI::AliasName name: to_i block_params: comment: - !ruby/struct:SM::Flow::P body: Returns an integer representing the numeric file descriptor for <em>ios</em>. - !ruby/struct:SM::Flow::VERB body: " $stdin.fileno #=> 0\n $stdout.fileno #=> 1\n" full_name: IO#fileno is_singleton: false name: fileno params: | ios.fileno => fixnum ios.to_i => fixnum visibility: public