Flowdock
method

get_relative_path

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: ExtConfBuilder
get_relative_path(path) private

No documentation

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

Hide source
# File lib/rubygems/ext/ext_conf_builder.rb, line 72
  def self.get_relative_path(path)
    path[0..Dir.pwd.length-1] = '.' if path.start_with?(Dir.pwd)
    path
  end
Register or log in to add new notes.