close -> nil
ディレクトリストリームをクローズします。クローズに成功すれば nil を返します。
例 d = Dir.new(".") d.close # => nil
d = Dir.new(".") d.close # => nil