module Rouge::Guessers::Util

def test_glob(pattern, path)

def test_glob(pattern, path)
  File.fnmatch?(pattern, path, File::FNM_DOTMATCH | File::FNM_CASEFOLD)
end