Flowdock
method

normalize_path

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: Package
normalize_path(pathname) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/package.rb, line 472
  def normalize_path(pathname)
    if Gem.win_platform?
      pathname.downcase
    else
      pathname
    end
  end
Register or log in to add new notes.