# File lib/fssm/pathname.rb, line 400
    def fnmatch?(pat, flags = 0)
      File.fnmatch(pat, self, flags)
    end