Method: Gem.path

Defined in:
lib/rdi/Plugins/GemCommon.rb

.pathObject

Return the list of Gem paths

Return:

  • list<String>: List of Gem paths



112
113
114
# File 'lib/rdi/Plugins/GemCommon.rb', line 112

def self.path
  return $RDI_GemPath_Cache
end