Method: Gem::Specification#full_gem_path

Defined in:
lib/bundler/rubygems_ext.rb

#full_gem_pathObject



206
207
208
209
210
211
212
# File 'lib/bundler/rubygems_ext.rb', line 206

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