index
:
xlgmokha/working-with-unix-processes.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
/
snippets
/
closed_fileno.rb
blob: 96fa439ec20cc3da34291611e03cdf69285e5f13 (
plain
)
1
2
3
4
passwd = File.open('/etc/passwd') puts passwd.fileno passwd.close puts passwd.fileno