Method: Gem::Specification#full_gem_path

Defined in:
lib/bundler/rubygems_ext.rb

#full_gem_pathObject



93
94
95
96
97
98
99
# File 'lib/bundler/rubygems_ext.rb', line 93

def full_gem_path
  if source.respond_to?(:root)
    File.expand_path(File.dirname(loaded_from), source.root)
  else
    rg_full_gem_path
  end
end