# File lib/pathname2.rb, line 938
   def fnmatch?(pattern, *args)
      File.fnmatch?(pattern, self, *args)
   end