instance method Dir#close

close -> nil[permalink][rdoc]

ディレクトリストリームをクローズします。クローズに成功すれば nil を返します。

例:

d = Dir.new(".")
d.close  # => nil