# File lib/fakefs/pathname.rb, line 299
      def realdirpath(basedir = nil)
        self.class.new(File.realdirpath(@path, basedir))
      end