method

gems_dir

gems_dir()
public

No documentation available.

# File lib/rubygems/specification.rb, line 1982
  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