Method not available on this version
This method is only available on newer versions.
The first available version (v2_4_6) is shown here.
normalize_path(pathname)
public
No documentation available.
# File lib/rubygems/package.rb, line 441
def normalize_path(pathname)
if Gem.win_platform?
pathname.downcase
else
pathname
end
end