# File lib/sass/util.rb, line 442
    def glob(path)
      path = path.gsub('\\', '/') if windows?
      Dir.glob(path)
    end