# File lib/fakefs/pathname.rb, line 711
      def fnmatch?(pattern, *args)
        File.fnmatch?(pattern, @path, *args)
      end