Flowdock
method

gems_dir

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Specification
gems_dir() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/specification.rb, line 1983
  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
Register or log in to add new notes.