# File lib/pathname2.rb, line 906
   def opendir(&block)
      Dir.open(self, &block)
   end