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