# File lib/fakefs/pathname.rb, line 783
      def expand_path(*args)
        self.class.new(File.expand_path(@path, *args))
      end