Flowdock
method

find_full_gem_path

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: BasicSpecification
find_full_gem_path() private

No documentation

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

Hide source
# File lib/rubygems/basic_specification.rb, line 103
  def find_full_gem_path # :nodoc:
    # TODO: also, shouldn't it default to full_name if it hasn't been written?
    path = File.expand_path File.join(gems_dir, full_name)
    path.untaint
    path
  end
Register or log in to add new notes.