class FakeFS::Pathname

def opendir(&block) # :yield: dir

:yield: dir
See Dir.open.
def opendir(&block) # :yield: dir
  Dir.open(@path, &block)
end