Skip to content

Instantly share code, notes, and snippets.

@jjb
Created January 23, 2021 21:18
Show Gist options
  • Save jjb/fef79c4bd68e6e6d9f84e561ea689604 to your computer and use it in GitHub Desktop.
Save jjb/fef79c4bd68e6e6d9f84e561ea689604 to your computer and use it in GitHub Desktop.
ObjectSpace.each_object(File) do |f|
unless f.closed?
printf "%s: %d\n", f.path, f.fileno
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment