# File lib/compass/configuration/defaults.rb, line 173 def http_pathify(path) if File::SEPARATOR == "/" path else path.gsub(File::SEPARATOR, "/") end end