We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dir.open resource leak — Dir.open without a block leaks directory handles. Use the block form for automatic closing.
Dir.open
d = Dir.open("/path") files = d.entries
There was an error while loading. Please reload this page.