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