# File lib/fakefs/pathname.rb, line 938 def entries Dir.entries(@path).map { |f| self.class.new(f) } end