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