Method: Gem::Specification#full_gem_path

Defined in:
lib/bundler/rubygems_ext.rb

#full_gem_pathObject



178
179
180
181
182
183
184
# File 'lib/bundler/rubygems_ext.rb', line 178

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