method

gems_dir

ruby latest stable - Class: Gem::Specification
gems_dir()
public

No documentation available.

# File lib/rubygems/specification.rb, line 2007
  def gems_dir
    # TODO: this logic seems terribly broken, but tests fail if just base_dir
    @gems_dir ||= File.join(loaded_from && base_dir || Gem.dir, "gems")
  end