Flowdock
method

normalize_path

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Package

Method not available on this version

This method is only available on newer versions. The first available version of the method is shown here.

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 441
  def normalize_path(pathname)
    if Gem.win_platform?
      pathname.downcase
    else
      pathname
    end
  end
Register or log in to add new notes.