87 88 89
# File 'lib/chef/provider/link.rb', line 87 def canonicalize(path) Chef::Platform.windows? ? path.gsub('/', '\\') : path end