# File lib/rake/win32.rb, line 49
49:
def
normalize
(
path
) 50:
path
.
gsub
(
/\\/
,
'/'
) 51:
end